Skip to content

Commit 90eba32

Browse files
committed
v0.1.1
1 parent 3b645e6 commit 90eba32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
publish-to-pypi:
3232
name: >-
33-
Publish Python 🐍 distribution 📦 to PyPI
33+
Publish 📦 to PyPI
3434
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3535
needs:
3636
- build
@@ -51,7 +51,7 @@ jobs:
5151

5252
github-release:
5353
name: >-
54-
Sign the Python 🐍 distribution 📦 with Sigstore
54+
Sign 📦 with Sigstore
5555
and upload them to GitHub Release
5656
needs:
5757
- publish-to-pypi

0 commit comments

Comments
 (0)