9292 - name : ποΈ Build a binary wheel and a source tarball
9393 run : poetry build
9494 - name : π¦ Store the distribution packages
95- uses : actions/upload-artifact@v4
95+ uses : actions/upload-artifact@v7
9696 with :
9797 name : python-package-distributions
9898 path : |
@@ -111,7 +111,7 @@ jobs:
111111 id-token : write # IMPORTANT: mandatory for trusted publishing
112112 steps :
113113 - name : β¬οΈ Download all the distribution packages
114- uses : actions/download-artifact@v4
114+ uses : actions/download-artifact@v8
115115 with :
116116 name : python-package-distributions
117117 path : dist/
@@ -132,7 +132,7 @@ jobs:
132132 id-token : write # IMPORTANT: mandatory for trusted publishing
133133 steps :
134134 - name : β¬οΈ Download all the dists
135- uses : actions/download-artifact@v4
135+ uses : actions/download-artifact@v8
136136 with :
137137 name : python-package-distributions
138138 path : dist/
@@ -151,18 +151,18 @@ jobs:
151151
152152 steps :
153153 - name : β¬οΈ Download all the distribution packages
154- uses : actions/download-artifact@v4
154+ uses : actions/download-artifact@v8
155155 with :
156156 name : python-package-distributions
157157 path : dist/
158158 - name : ποΈ Sign the dists with Sigstore
159- uses : sigstore/gh-action-sigstore-python@v3.0 .0
159+ uses : sigstore/gh-action-sigstore-python@v3.3 .0
160160 with :
161161 inputs : >-
162162 ./dist/*.tar.gz
163163 ./dist/*.whl
164164 - name : π¦ Store the signed distribution packages
165- uses : actions/upload-artifact@v4
165+ uses : actions/upload-artifact@v7
166166 with :
167167 name : python-package-signatures
168168 path : dist/*.json
@@ -177,12 +177,12 @@ jobs:
177177 id-token : write # IMPORTANT: mandatory for sigstore
178178 steps :
179179 - name : β¬οΈ Download all the distribution packages
180- uses : actions/download-artifact@v4
180+ uses : actions/download-artifact@v8
181181 with :
182182 name : python-package-distributions
183183 path : dist/
184184 - name : β¬οΈ Download all the distribution signatures
185- uses : actions/download-artifact@v4
185+ uses : actions/download-artifact@v8
186186 with :
187187 name : python-package-signatures
188188 path : dist/
0 commit comments