diff --git a/template/.github/workflows/python-release.yaml b/template/.github/workflows/python-release.yaml index 5604e04..90eb507 100644 --- a/template/.github/workflows/python-release.yaml +++ b/template/.github/workflows/python-release.yaml @@ -49,7 +49,7 @@ jobs: name: ${{ needs.build.outputs.artifact-name }} path: dist - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 with: verbose: ${{ runner.debug == '1' }} print-hash: true