File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 sccache : ' true'
3535 manylinux : auto
3636 - name : Upload wheels
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
3838 with :
3939 name : wheels-linux-${{ matrix.target }}
4040 path : dist
5959 args : --release --out dist --find-interpreter
6060 sccache : ' true'
6161 - name : Upload wheels
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 with :
6464 name : wheels-windows-${{ matrix.target }}
6565 path : dist
8181 args : --release --out dist --find-interpreter
8282 sccache : ' true'
8383 - name : Upload wheels
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v5
8585 with :
8686 name : wheels-macos-${{ matrix.target }}
8787 path : dist
9696 command : sdist
9797 args : --out dist
9898 - name : Upload sdist
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v5
100100 with :
101101 name : wheels-sdist-${{ matrix.target }}
102102 path : dist
You can’t perform that action at this time.
0 commit comments