Skip to content

Commit

Permalink
chore: Upgraded pypi publish action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lino committed Jan 27, 2024
1 parent 58b1653 commit b3e63ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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
repository_url: https://jazzband.co/projects/django-recurrence/upload

0 comments on commit b3e63ca

Please sign in to comment.