From b3e63ca7e58aa73693d046f48157d760d0005047 Mon Sep 17 00:00:00 2001 From: Lino Helms Date: Sat, 27 Jan 2024 13:34:30 +0100 Subject: [PATCH] chore: Upgraded pypi publish action version --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a3f6df..c48b8b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,8 +87,9 @@ 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.8 with: user: jazzband password: ${{ secrets.JAZZBAND_RELEASE_KEY }} - repository_url: https://jazzband.co/projects/django-recurrence/upload \ No newline at end of file + repository_url: https://jazzband.co/projects/django-recurrence/upload +