File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 - name : Build a binary wheel and a source tarball
8989 run : python3 -m build
9090 - name : Store the distribution packages
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v5
9292 with :
9393 name : python-package-distributions
9494 path : dist/
@@ -107,7 +107,7 @@ jobs:
107107 id-token : write
108108 steps :
109109 - name : Download all the dists
110- uses : actions/download-artifact@v5
110+ uses : actions/download-artifact@v6
111111 with :
112112 name : python-package-distributions
113113 path : dist/
@@ -129,12 +129,12 @@ jobs:
129129
130130 steps :
131131 - name : Download all the dists
132- uses : actions/download-artifact@v5
132+ uses : actions/download-artifact@v6
133133 with :
134134 name : python-package-distributions
135135 path : dist/
136136 - name : Sign the dists with Sigstore
137- uses : sigstore/gh-action-sigstore-python@v3.0.1
137+ uses : sigstore/gh-action-sigstore-python@v3.1.0
138138 with :
139139 inputs : >-
140140 ./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments