We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b316041 + a452ba3 commit 9f4cb3aCopy full SHA for 9f4cb3a
.github/workflows/wheels.yml
@@ -110,7 +110,7 @@ jobs:
110
run: |
111
python -m cibuildwheel --output-dir wheelhouse
112
113
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
114
with:
115
name: flacarray-cp${{ matrix.python }}-${{ matrix.builder }}_${{ matrix.arch }}
116
path: ./wheelhouse/flacarray*cp${{ matrix.python }}-${{ matrix.builder }}*${{ matrix.arch }}*.whl
0 commit comments