File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
32on : push
43
54jobs :
65 build :
7- name : Build distribution 📦
6+ name : Build Package
87 runs-on : ubuntu-latest
98
109 steps :
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
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
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
You can’t perform that action at this time.
0 commit comments