From 343aa268e69e7fb1410ec32de6c38e1fce69ccde Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Tue, 21 Jan 2025 14:12:16 -0500 Subject: [PATCH] ci: pin pypi release action version https://github.com/pypa/gh-action-pypi-publish/issues/300 Signed-off-by: Michael Beemer --- .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 8c009f96..d6f1865e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,7 @@ jobs: working-directory: ${{ matrix.path }} - 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 with: packages-dir: ${{ matrix.path }}/dist