diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e02d09312..2ce30c81b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -120,7 +120,7 @@ jobs: # so that all artifacts are downloaded in the same directory specified by 'path' merge-multiple: true path: dist - - uses: pypa/gh-action-pypi-publish@v1.11.0 + - uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.PYPI_PASSWORD }}