Skip to content

Commit

Permalink
Upgraded pypi publish action version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-antunes committed Jan 31, 2024
1 parent 7aacc7c commit 5095f2a
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 @@ -25,8 +25,8 @@ 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-polymorphic/upload
repository_url: https://jazzband.co/projects/django-polymorphic/upload

0 comments on commit 5095f2a

Please sign in to comment.