From 85dc5548d507f4d1b8321fd3973b7ff2f56406ca Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Fri, 11 Jul 2025 00:30:44 +0200 Subject: [PATCH] Use up-to-date version of PyPI publish Action Fixes an outdated reference that aborted the last release attempt. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38218e3..2e97910 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Upload packages to Jazzband if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: jazzband password: ${{ secrets.JAZZBAND_RELEASE_KEY }}