Skip to content

Commit

Permalink
Trying to fix bumpversion issues
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 2, 2019
1 parent 154848a commit 4e1841a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ x-release: clean
release: clean
if [ -z "$(VERSION)" ] ; then echo "No VERSION env var set" ; exit 1 ; fi
bumpversion --new-version $(VERSION) devnum
if [ "$(VERSION)" != `sto --version`] ; then echo "bumpversion failed us" ; exit 1 ; fi
git push origin && git push origin --tags
python setup.py sdist bdist_wheel upload

Expand Down

0 comments on commit 4e1841a

Please sign in to comment.