Skip to content

Commit 1d936f0

Browse files
committed
fix
1 parent 851ee4a commit 1d936f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
- uses: actions/upload-artifact@v6
4747
with:
4848
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
49-
path: ./python/wheelhouse/*.whl
49+
path: ./wheelhouse/*.whl
50+
if-no-files-found: error

0 commit comments

Comments
 (0)