diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 13da91613..f57f36d07 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -62,7 +62,7 @@ jobs: done - name: Publish wheels to PyPI - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1 if: ${{ github.event_name == 'release'}} with: user: __token__