From bfd9cd77ef3a93676aa7c17a72f250eee9d61391 Mon Sep 17 00:00:00 2001 From: Adam Kirchberger Date: Sat, 26 Aug 2023 09:41:04 +0100 Subject: [PATCH] ci: pin pypi action --- .github/workflows/release-pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index 33e2a69..98211a3 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -63,6 +63,6 @@ jobs: repository_url: https://test.pypi.org/legacy/ - name: Publish to PyPI if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }}