diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bd2eb5..99a6aa8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: twine check dist/* - name: Publish to PyPI # Pinned to a commit SHA (supply-chain hardening); v1.14.0. - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 with: # A re-run of the release (same tag/version) shouldn't fail on the # immutable PyPI upload that already happened.