Skip to content

Commit

Permalink
chore(ci): Updated release action
Browse files Browse the repository at this point in the history
Now using pypa/gh-action-pypi-publish@release/v1.10.2
  • Loading branch information
lino committed Oct 3, 2024
1 parent 91ab449 commit 6aaff5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6aaff5f

Please sign in to comment.