From eea23a86de5edb41aa896ba4ae79bce0eb896c36 Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Fri, 23 Aug 2024 17:27:27 +0500 Subject: [PATCH] Ping gh-action-pypi-publish version --- .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 14c4fc0..38b99b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,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@v1.9.0 with: user: jazzband password: ${{ secrets.JAZZBAND_RELEASE_KEY }}