diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4f21a191f8..904098082b 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@897895f1e160c830e369f9779632ebc134688e1b # release/v1 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # release/v1 if: ${{ github.event_name == 'release'}} with: user: __token__