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.
2 parents 600acb8 + 83607a1 commit 3d4cacbCopy full SHA for 3d4cacb
.github/workflows/release.yml
@@ -89,8 +89,8 @@ jobs:
89
PACKAGE_NAME=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml', 'rb'))['project']['name'])")
90
echo "PACKAGE_NAME=${PACKAGE_NAME}" >> $GITHUB_ENV
91
92
- publish-to-pypi:
93
- name: Publish to PyPI
+ publish-to-jazzband:
+ name: Publish to Jazzband
94
needs:
95
- lint
96
- test
@@ -107,7 +107,9 @@ jobs:
107
with:
108
user: jazzband
109
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
110
+ attestations: false
111
repository-url: https://jazzband.co/projects/django-polymorphic/upload
112
+ verbose: true
113
114
github-release:
115
name: Publish GitHub Release
0 commit comments