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