Skip to content

Commit 5095f2a

Browse files
committed
Upgraded pypi publish action version
1 parent 7aacc7c commit 5095f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Upload packages to Jazzband
2727
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
28-
uses: pypa/gh-action-pypi-publish@master
28+
uses: pypa/gh-action-pypi-publish@release/v1.8
2929
with:
3030
user: jazzband
3131
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
32-
repository_url: https://jazzband.co/projects/django-polymorphic/upload
32+
repository_url: https://jazzband.co/projects/django-polymorphic/upload

0 commit comments

Comments
 (0)