File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 # CIBW_ARCHS_LINUX: auto64
3030 # CIBW_TEST_SKIP: "cp311*" due to scipy not finding openblas to build from source. may be removed when 311 released.
3131
32- - uses : actions/upload-artifact@v6
32+ - uses : actions/upload-artifact@v7
3333 with :
3434 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3535 path : ./wheelhouse/*.whl
4747 - name : Build SDist
4848 run : pipx run build --sdist
4949
50- - uses : actions/upload-artifact@v6
50+ - uses : actions/upload-artifact@v7
5151 with :
5252 name : cibw-sdist
5353 path : dist/*.tar.gz
Original file line number Diff line number Diff line change 8181 # CIBW_ARCHS_LINUX: auto64
8282 # CIBW_TEST_SKIP: "cp311*" due to scipy not finding openblas to build from source. may be removed when 311 released.
8383
84- - uses : actions/upload-artifact@v6
84+ - uses : actions/upload-artifact@v7
8585 with :
8686 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
8787 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments