From 6aaff5fb0f3319e5d2170c05896bde61877200cc Mon Sep 17 00:00:00 2001 From: Lino Helms Date: Thu, 3 Oct 2024 17:02:25 +0200 Subject: [PATCH] chore(ci): Updated release action Now using pypa/gh-action-pypi-publish@release/v1.10.2 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53abf44..af814f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,8 +28,8 @@ jobs: - name: Upload packages to Jazzband if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1.10.2 with: user: jazzband password: ${{ secrets.JAZZBAND_RELEASE_KEY }} - repository_url: https://jazzband.co/projects/django-recurrence/upload + repository-url: https://jazzband.co/projects/django-recurrence/upload