Skip to content

Commit

Permalink
Switch to twine for uploading to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Sep 27, 2017
1 parent 9dda59d commit 1a91d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ docs:

publish:
@echo "---> uploading to PyPI"
@python3 setup.py register
@python3 setup.py sdist bdist_wheel upload
@python3 setup.py sdist bdist_wheel
@twine upload dist/*
@rm -fr build dist .egg

authors:
Expand Down

0 comments on commit 1a91d46

Please sign in to comment.