We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bde7e28 + 1949fde commit ab4ed48Copy full SHA for ab4ed48
1 file changed
.github/workflows/wheels.yml
@@ -30,7 +30,7 @@ jobs:
30
CC: gcc-14
31
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-13' && '13.0' || '14.0' }}
32
33
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
34
with:
35
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
36
path: ./wheelhouse/*.whl
@@ -54,7 +54,7 @@ jobs:
54
python -m pip install build
55
python -m build --sdist
56
57
58
59
name: cibw-sdist
60
path: dist/*.tar.gz
0 commit comments