Skip to content

Commit 65fff90

Browse files
authored
Update publish-to-pypi.yml
1 parent 102e564 commit 65fff90

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
2-
1+
name: Publish Package to PyPI and TestPyPI
32
on: push
43

54
jobs:
65
build:
7-
name: Build distribution 📦
6+
name: Build Package
87
runs-on: ubuntu-latest
98

109
steps:
@@ -31,7 +30,7 @@ jobs:
3130

3231
publish-to-pypi:
3332
name: >-
34-
Publish Python 🐍 distribution 📦 to PyPI
33+
Publish Package to PyPI
3534
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3635
needs:
3736
- build
@@ -53,8 +52,8 @@ jobs:
5352

5453
github-release:
5554
name: >-
56-
Sign the Python 🐍 distribution 📦 with Sigstore
57-
and upload them to GitHub Release
55+
Sign the Package with Sigstore
56+
and upload it to GitHub Release
5857
needs:
5958
- publish-to-pypi
6059
runs-on: ubuntu-latest
@@ -95,7 +94,7 @@ jobs:
9594
--repo "$GITHUB_REPOSITORY"
9695
9796
publish-to-testpypi:
98-
name: Publish Python 🐍 distribution 📦 to TestPyPI
97+
name: Publish Package to TestPyPI
9998
needs:
10099
- build
101100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)