From 25edc0d4d93a1a873c009e5798e12732e1894e79 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 10:28:41 +0000 Subject: [PATCH] Update hynek/build-and-inspect-python-package pin in templates Refresh the pinned SHA for the v2 tag. --- .../{% if in_pypi %}build-and-publish.yml{% endif %}.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_name/.github/workflows/{% if in_pypi %}build-and-publish.yml{% endif %}.jinja b/project_name/.github/workflows/{% if in_pypi %}build-and-publish.yml{% endif %}.jinja index 074e1a8..667370b 100644 --- a/project_name/.github/workflows/{% if in_pypi %}build-and-publish.yml{% endif %}.jinja +++ b/project_name/.github/workflows/{% if in_pypi %}build-and-publish.yml{% endif %}.jinja @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: hynek/build-and-inspect-python-package@fe0a0fb1925ca263d076ca4f2c13e93a6e92a33e # v2 + - uses: hynek/build-and-inspect-python-package@d44ca7d91762de7a7d5436ddae667c6da6d1c3df # v2 publish-to-testpypi: if: github.event_name == 'push'