File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- name : Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
2
-
1
+ name : Publish Package to PyPI and TestPyPI
3
2
on : push
4
3
5
4
jobs :
6
5
build :
7
- name : Build distribution 📦
6
+ name : Build Package
8
7
runs-on : ubuntu-latest
9
8
10
9
steps :
31
30
32
31
publish-to-pypi :
33
32
name : >-
34
- Publish Python 🐍 distribution 📦 to PyPI
33
+ Publish Package to PyPI
35
34
if : startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
36
35
needs :
37
36
- build
53
52
54
53
github-release :
55
54
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
58
57
needs :
59
58
- publish-to-pypi
60
59
runs-on : ubuntu-latest
95
94
--repo "$GITHUB_REPOSITORY"
96
95
97
96
publish-to-testpypi :
98
- name : Publish Python 🐍 distribution 📦 to TestPyPI
97
+ name : Publish Package to TestPyPI
99
98
needs :
100
99
- build
101
100
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments