Use twine for uploading releases

pull/24/head
Andrey Kislyuk 2020-08-29 13:15:52 -07:00
parent f19154d774
commit fbd98984ce
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ release:
$(MAKE) pypi_release
pypi_release:
python setup.py sdist bdist_wheel upload --sign
python setup.py sdist bdist_wheel
twine upload dist/*.tar.gz dist/*.whl --sign --verbose
.PHONY: release