File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55jobs :
66 build :
7- name : Build distribution 📦
7+ name : Build distribution
88 runs-on : ubuntu-latest
99
1010 steps :
2828 path : dist/
2929 publish-to-pypi :
3030 name : >-
31- Publish Python 🐍 distribution 📦 to PyPI
31+ Publish Python distribution to PyPI
3232 if : startsWith(github.ref, 'refs/tags/')
3333 needs :
3434 - build
@@ -44,11 +44,11 @@ jobs:
4444 with :
4545 name : python-package-distributions
4646 path : dist/
47- - name : Publish distribution 📦 to PyPI
47+ - name : Publish distribution to PyPI
4848 uses : pypa/gh-action-pypi-publish@release/v1
4949 github-release :
5050 name : >-
51- Sign the Python 🐍 distribution 📦 with Sigstore
51+ Sign the Python distribution with Sigstore
5252 and upload them to GitHub Release
5353 needs :
5454 - publish-to-pypi
6565 name : python-package-distributions
6666 path : dist/
6767 - name : Sign the dists with Sigstore
68- uses : sigstore/gh-action-sigstore-python@v2.1 .1
68+ uses : sigstore/gh-action-sigstore-python@v3.0 .1
6969 with :
7070 inputs : >-
7171 ./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments