Skip to content

Commit

Permalink
Deployment script forgot to push the tags to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Sep 20, 2017
1 parent a06af3d commit dd924a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-master.sh
Expand Up @@ -48,5 +48,5 @@ python setup.py sdist bdist_wheel
twine upload dist/*

cd $BASE_DIR
# Back in the development directory fetch tags.
git fetch --tags
# The tags have been pushed to this repo. Push the tags to github, now.
git push --tags

0 comments on commit dd924a2

Please sign in to comment.