From a524d983def05802d98e70e08c75c743894562bf Mon Sep 17 00:00:00 2001 From: Michael K Date: Tue, 22 Nov 2022 17:47:16 +0000 Subject: [PATCH] Use v1 of GitHub action `pypa/gh-action-pypi-publish` (#1744) The `master` branch version has been sunset, see https://github.com/pypa/gh-action-pypi-publish#-master-branch-sunset- At the moment there's no diff between `master` and `release/v1`, see https://github.com/pypa/gh-action-pypi-publish/compare/master...release/v1 --- .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 6eed3a0d4..8a7274319 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Upload packages to Jazzband if: github.event.action == 'published' - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: jazzband password: ${{ secrets.JAZZBAND_RELEASE_KEY }}