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 35e6ee4 commit 7aacc7cCopy full SHA for 7aacc7c
.github/workflows/release.yml
@@ -1,8 +1,6 @@
1
name: Release
2
on:
3
push:
4
- branches:
5
- - master
6
tags:
7
- '*'
8
@@ -24,3 +22,11 @@ jobs:
24
22
with:
25
23
name: dist
26
path: dist/
+
+ - name: Upload packages to Jazzband
27
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
28
+ uses: pypa/gh-action-pypi-publish@master
29
+ with:
30
+ user: jazzband
31
+ password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
32
+ repository_url: https://jazzband.co/projects/django-polymorphic/upload
0 commit comments