From 51c48d91dd99a7d3d189347a7106e60744ee6656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 22:40:48 +0000 Subject: [PATCH] ci(deps): update pypa/gh-action-pypi-publish digest to dc37677 --- template/.github/workflows/python-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/python-release.yaml b/template/.github/workflows/python-release.yaml index 395de0a..be87dbc 100644 --- a/template/.github/workflows/python-release.yaml +++ b/template/.github/workflows/python-release.yaml @@ -50,7 +50,7 @@ jobs: name: ${{ needs.build.outputs.artifact-name }} path: dist - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1 with: verbose: ${{ runner.debug == '1' }} print-hash: true