diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96ed51d..f895aa7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,5 +48,5 @@ jobs: # NOTE: Do not run this part for PR testing. - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0 if: github.event_name != 'pull_request'