File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 CIBW_ARCHS : ${{ matrix.cibw_archs }}
3333
3434 - name : Upload wheels
35- uses : actions/upload-artifact@v5
35+ uses : actions/upload-artifact@v6
3636 with :
3737 name : wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
3838 path : ./wheelhouse/*.whl
5858 run : python -m build --sdist
5959
6060 - name : Upload sdist
61- uses : actions/upload-artifact@v5
61+ uses : actions/upload-artifact@v6
6262 with :
6363 name : sdist
6464 path : dist/*.tar.gz
6969 needs : [build_wheels, build_sdist]
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/download-artifact@v5
72+ - uses : actions/download-artifact@v6
7373 with :
7474 path : dist
7575 merge-multiple : true
Original file line number Diff line number Diff line change 4141 CIBW_ARCHS : ${{ matrix.cibw_archs }}
4242
4343 - name : Upload wheels
44- uses : actions/upload-artifact@v5
44+ uses : actions/upload-artifact@v6
4545 with :
4646 name : wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
4747 path : ./wheelhouse/*.whl
6767 run : python -m build --sdist
6868
6969 - name : Upload sdist
70- uses : actions/upload-artifact@v5
70+ uses : actions/upload-artifact@v6
7171 with :
7272 name : sdist
7373 path : dist/*.tar.gz
8787
8888 steps :
8989 - name : Download all artifacts
90- uses : actions/download-artifact@v5
90+ uses : actions/download-artifact@v6
9191 with :
9292 path : dist
9393 merge-multiple : true
You can’t perform that action at this time.
0 commit comments