From 1baa91d72bac83e8c13db8971cb867f2718ed6f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:14:20 +0000 Subject: [PATCH] chore(deps): pin pypa/gh-action-pypi-publish action to cef2210 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9864529b..0decfc0d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,4 +72,4 @@ jobs: run: poetry run mike deploy ${{ steps.get_version.outputs.major }}.${{ steps.get_version.outputs.minor }} latest --push --update-aliases - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1