File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 CIBW_PLATFORM : ${{ matrix.platform }}
6060 CIBW_ARCHS : ${{ matrix.archs || 'auto' }}
6161
62- - uses : actions/upload-artifact@v4
62+ - uses : actions/upload-artifact@v5
6363 with :
6464 name : wheels-${{ matrix.platform }}-${{ matrix.os }}
6565 path : dist/*.whl
Original file line number Diff line number Diff line change 3232 - name : Check metadata
3333 run : pipx run twine check dist/*
3434
35- - uses : actions/upload-artifact@v4
35+ - uses : actions/upload-artifact@v5
3636 with :
3737 name : cibw-sdist
3838 path : dist/*.tar.gz
5959 run : git diff --exit-code
6060 shell : bash
6161
62- - uses : actions/upload-artifact@v4
62+ - uses : actions/upload-artifact@v5
6363 with :
6464 name : cibw-wheels-${{ matrix.os }}
6565 path : wheelhouse/*.whl
8080 with :
8181 python-version : " 3.x"
8282
83- - uses : actions/download-artifact@v5
83+ - uses : actions/download-artifact@v6
8484 with :
8585 pattern : cibw-*
8686 merge-multiple : true
You can’t perform that action at this time.
0 commit comments