Skip to content

Commit

Permalink
Fix order of publishing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjansen committed Feb 13, 2018
1 parent fac79c6 commit 60796f2
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 @@ -11,6 +11,6 @@ test:
publish:
pip install 'twine>=1.5.0'
pip install wheel
twine upload dist/*
python setup.py sdist bdist_wheel
twine upload dist/*
rm -fr build dist .egg requests.egg-info

0 comments on commit 60796f2

Please sign in to comment.