We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851ee4a commit 1d936f0Copy full SHA for 1d936f0
.github/workflows/wheels.yml
@@ -46,4 +46,5 @@ jobs:
46
- uses: actions/upload-artifact@v6
47
with:
48
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
49
- path: ./python/wheelhouse/*.whl
+ path: ./wheelhouse/*.whl
50
+ if-no-files-found: error
0 commit comments