Update python-publish.yml

This commit is contained in:
DatuX 2021-02-02 19:36:20 +01:00 committed by GitHub
parent 075c96bf47
commit 8092b08e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,4 +28,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python3 -m twine check dist/*
twine upload dist/*