Skip to content

Commit a1f6fb5

Browse files
committed
Upload wheel artifacts from the correct directory
The cibuildwheel Action is not passed an argument specifying an output directory (as was done when installing manually), so it defaults to `wheelhouse`, not `dist`. Also, error instead of warn if no artifacts were found.
1 parent c936ef5 commit a1f6fb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ jobs:
110110
- uses: actions/upload-artifact@v3
111111
with:
112112
name: wheels
113-
path: ./dist/*.whl
113+
path: ./wheelhouse/*.whl
114+
if-no-files-found: error

0 commit comments

Comments
 (0)