Switch to twine for uploading to PyPI

This commit is contained in:
buckket 2017-09-27 15:39:00 +02:00
parent 9dda59d393
commit 1a91d46565
1 changed files with 2 additions and 2 deletions

View File

@ -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: