Skip to content

Commit 6e08aec

Browse files
committed
Adjust wheelhouse path to match cibuildwheel action update
1 parent 6152b14 commit 6e08aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: actions/upload-artifact@v2
5656
with:
57-
path: python/wheelhouse/*.whl
57+
path: wheelhouse/*.whl
5858

5959
build_sdist:
6060
name: Build source distribution

0 commit comments

Comments
 (0)