From 04071b3df9edac6e9a7e079f04cf3dfe1160f734 Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Fri, 23 May 2025 18:49:31 +0200 Subject: [PATCH] Pin pypa/gh-action-pypi-publish@release/v1 --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 9d4ed80..bb84351 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -50,6 +50,6 @@ jobs: - name: Upload to PyPI if: (github.ref == 'refs/heads/master') && inputs.upload - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_TOKEN }}