Skip to content

Commit

Permalink
return tag to make release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Jun 7, 2016
1 parent 46af582 commit a42a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tag: clean
git tag v$(version)
git push --tags

release: clean
release: clean tag
python setup.py sdist upload
python setup.py bdist_wheel upload

Expand Down

0 comments on commit a42a4ac

Please sign in to comment.