File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Publish Python🐍 distribution📦 with uv
1
+ name : Publish Python🐍 distribution📦 with uv🌈
2
2
# after releasing a new version, build the distribution and uploads signed artifacts to GitHub Release
3
3
on :
4
4
workflow_call :
60
60
with :
61
61
name : python-package-distributions
62
62
path : dist/
63
- - name : Sign the dists with Sigstore
63
+ - name : Sign the dists with Sigstore🔏
64
64
65
65
with :
66
66
inputs : >-
73
73
gh release create
74
74
"$GITHUB_REF_NAME"
75
75
--repo "$GITHUB_REPOSITORY"
76
- --notes "Release $GITHUB_REF_NAME" ${{ inputs.is-draft && '--draft' || '' }}
76
+ --generate- notes ${{ inputs.is-draft && '--draft' || '' }}
77
77
- name : Upload artifact signatures to GitHub Release
78
78
env :
79
79
GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments