We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b41a48 + f0abc94 commit a07635bCopy full SHA for a07635b
.github/workflows/build_wheels.yml
@@ -25,7 +25,7 @@ jobs:
25
# CIBW_ARCHS_LINUX: auto64
26
# CIBW_TEST_SKIP: "cp311*" due to scipy not finding openblas to build from source. may be removed when 311 released.
27
28
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
29
with:
30
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
31
path: ./wheelhouse/*.whl
@@ -44,7 +44,7 @@ jobs:
44
- name: Build SDist
45
run: pipx run build --sdist
46
47
48
49
name: cibw-sdist
50
path: dist/*.tar.gz
0 commit comments