diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8f32faef..113bd5db6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: