We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aacc7c commit 5095f2aCopy full SHA for 5095f2a
.github/workflows/release.yml
@@ -25,8 +25,8 @@ jobs:
25
26
- name: Upload packages to Jazzband
27
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
28
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1.8
29
with:
30
user: jazzband
31
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
32
- repository_url: https://jazzband.co/projects/django-polymorphic/upload
+ repository_url: https://jazzband.co/projects/django-polymorphic/upload
0 commit comments