We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b645e6 commit 90eba32Copy full SHA for 90eba32
1 file changed
.github/workflows/package.yml
@@ -30,7 +30,7 @@ jobs:
30
31
publish-to-pypi:
32
name: >-
33
- Publish Python 🐍 distribution 📦 to PyPI
+ Publish 📦 to PyPI
34
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
35
needs:
36
- build
@@ -51,7 +51,7 @@ jobs:
51
52
github-release:
53
54
- Sign the Python 🐍 distribution 📦 with Sigstore
+ Sign 📦 with Sigstore
55
and upload them to GitHub Release
56
57
- publish-to-pypi
0 commit comments