diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a96424..8268079 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -383,7 +383,7 @@ jobs: working-directory: release-bundle run: sha256sum --check artifact-sha256.txt - name: Publish through the configured PyPI Trusted Publisher - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1, node24 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.1, node24 with: packages-dir: release-bundle/dist/ print-hash: true