diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f895aa7..a5101be 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@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2 if: github.event_name != 'pull_request'