Fixed workflow

This commit is contained in:
squidfunk 2019-12-11 18:22:12 +01:00
parent a58a635626
commit 7588b0d1b1

View File

@ -152,8 +152,8 @@ jobs:
# Push release to PyPI
- env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
run: twine upload -u ${PYPI_USERNAME} -p ${PYPI_USERNAME} dist/*
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
# Push image to Docker Hub
- env: