Skip to content

Commit b602a12

Browse files
committed
final v
1 parent 069e4af commit b602a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Python🐍 distribution📦 with uv
1+
name: Publish Python🐍 distribution📦 with uv🌈
22
# after releasing a new version, build the distribution and uploads signed artifacts to GitHub Release
33
on:
44
workflow_call:
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
name: python-package-distributions
6262
path: dist/
63-
- name: Sign the dists with Sigstore
63+
- name: Sign the dists with Sigstore🔏
6464
uses: sigstore/[email protected]
6565
with:
6666
inputs: >-
@@ -73,7 +73,7 @@ jobs:
7373
gh release create
7474
"$GITHUB_REF_NAME"
7575
--repo "$GITHUB_REPOSITORY"
76-
--notes "Release $GITHUB_REF_NAME" ${{ inputs.is-draft && '--draft' || '' }}
76+
--generate-notes ${{ inputs.is-draft && '--draft' || '' }}
7777
- name: Upload artifact signatures to GitHub Release
7878
env:
7979
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)