use built-in setup.py upload

pull/76/head
Mal Hancock 2020-05-29 09:50:04 -07:00 committed by GitHub
parent 855413a093
commit 9f62c6c67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -27,5 +27,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
python setup.py upload