Fixed build workflow

This commit is contained in:
Esteban Sánchez 2023-11-20 10:42:12 +01:00
parent a60f3d23a3
commit 03a9ac78c6
No known key found for this signature in database
GPG Key ID: 9342C91BA286AB16

View File

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