Skip to content

Commit

Permalink
Switch to twine for uploading to PyPI
Browse files Browse the repository at this point in the history
buckket committed Sep 27, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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
@@ -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:

0 comments on commit 1a91d46

Please sign in to comment.