File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 26
26
27
27
publish-to-pypi :
28
28
name : >-
29
- Publish Python distribution to PyPI
29
+ Publish to PyPI
30
30
if : startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
31
31
needs :
32
32
- build
48
48
49
49
github-release :
50
50
name : >-
51
- Sign the Python distribution with Sigstore
52
- and upload them to GitHub Release
51
+ Upload GitHub Release w/ signature
53
52
needs :
54
53
- publish-to-pypi
55
54
runs-on : ubuntu-latest
90
89
--repo '${{ github.repository }}'
91
90
92
91
publish-to-testpypi :
93
- name : Publish Python distribution to TestPyPI
92
+ name : Publish to Test PyPI
94
93
needs :
95
94
- build
96
95
runs-on : ubuntu-latest
@@ -104,7 +103,7 @@ jobs:
104
103
105
104
steps :
106
105
- name : Download all the dists
107
- uses : actions/download-artifact@v3
106
+ uses : actions/download-artifact@v4
108
107
with :
109
108
name : python-package-distributions
110
109
path : dist/
You can’t perform that action at this time.
0 commit comments