File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 3737 python -m build --sdist .
3838
3939 - name : Upload sdist
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : dist
4343 path : dist/*.tar.gz
@@ -197,9 +197,9 @@ jobs:
197197 'macosx_arm64' && 'SKIP_PYBIND11_STUBGEN=1' || '' }}
198198
199199 - name : Upload wheel
200- uses : actions/upload-artifact@v3
200+ uses : actions/upload-artifact@v4
201201 with :
202- name : dist
202+ name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
203203 path : wheelhouse/*.whl
204204
205205 check-wheels-size :
@@ -208,9 +208,8 @@ jobs:
208208 runs-on : ubuntu-latest
209209 steps :
210210 - name : Download wheels
211- uses : actions/download-artifact@v3
211+ uses : actions/download-artifact@v4
212212 with :
213- name : dist
214213 path : dist
215214
216215 - name : Check wheel size
@@ -241,9 +240,8 @@ jobs:
241240 python-version : 3.11
242241
243242 - name : Download wheels
244- uses : actions/download-artifact@v3
243+ uses : actions/download-artifact@v4
245244 with :
246- name : dist
247245 path : dist
248246
249247 - name : Publish to PyPI
You can’t perform that action at this time.
0 commit comments