diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 47d559b58..ecebad8dd 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -121,7 +121,7 @@ jobs: # repository attestation above remains verifiable; PyPI-native PEP 740 # attestations require a separate Trusted Publisher settings migration. - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}