Skip to content

Commit 3d4cacb

Browse files
authored
Merge pull request #670 from bckohan/release
Update Release Job to be more verbose
2 parents 600acb8 + 83607a1 commit 3d4cacb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
PACKAGE_NAME=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml', 'rb'))['project']['name'])")
9090
echo "PACKAGE_NAME=${PACKAGE_NAME}" >> $GITHUB_ENV
9191

92-
publish-to-pypi:
93-
name: Publish to PyPI
92+
publish-to-jazzband:
93+
name: Publish to Jazzband
9494
needs:
9595
- lint
9696
- test
@@ -107,7 +107,9 @@ jobs:
107107
with:
108108
user: jazzband
109109
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
110+
attestations: false
110111
repository-url: https://jazzband.co/projects/django-polymorphic/upload
112+
verbose: true
111113

112114
github-release:
113115
name: Publish GitHub Release

0 commit comments

Comments
 (0)