Update python-publish.yml
This commit is contained in:
1
.github/workflows/python-publish.yml
vendored
1
.github/workflows/python-publish.yml
vendored
@ -28,4 +28,5 @@ jobs:
|
|||||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
|
python3 -m twine check dist/*
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
|||||||
Reference in New Issue
Block a user