mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2026-02-14 02:30:23 +03:00
rename publish job and update to be verbose
This commit is contained in:
parent
600acb89c1
commit
37062d7518
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
echo "PACKAGE_NAME=${PACKAGE_NAME}" >> $GITHUB_ENV
|
||||
|
||||
publish-to-pypi:
|
||||
name: Publish to PyPI
|
||||
name: Publish to Jazzband
|
||||
needs:
|
||||
- lint
|
||||
- test
|
||||
|
|
@ -107,7 +107,9 @@ jobs:
|
|||
with:
|
||||
user: jazzband
|
||||
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
|
||||
attestations: false
|
||||
repository-url: https://jazzband.co/projects/django-polymorphic/upload
|
||||
verbose: true
|
||||
|
||||
github-release:
|
||||
name: Publish GitHub Release
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user