From dde1c65d432e99dc4df62961c1edb356e0a41baa Mon Sep 17 00:00:00 2001 From: gruebel Date: Mon, 25 Nov 2024 09:49:44 +0100 Subject: [PATCH] pin pypi release GHA to v1.11 Signed-off-by: gruebel --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51720d14..2ceec4eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,4 +54,5 @@ jobs: run: hatch build - name: Publish a Python distribution to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + # pinning till fixed https://github.com/pypa/gh-action-pypi-publish/issues/300 + uses: pypa/gh-action-pypi-publish@release/v1.11