We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bb751 commit b855b51Copy full SHA for b855b51
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build wheels
28
run: python -m cibuildwheel --output-dir wheelhouse
29
30
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
31
with:
32
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
33
path: ./wheelhouse/*.whl
@@ -43,7 +43,7 @@ jobs:
43
run: pipx run build --sdist
44
- name: Check distribution
45
run: pipx run twine check dist/*
46
47
48
name: sdist
49
path: dist/*.tar.gz
0 commit comments