Skip to content

Commit 516d9e7

Browse files
authored
Merge pull request matplotlib#23401 from QuLogic/fix-wheel-artifacts
Upload wheel artifacts from the correct directory
2 parents 165df1b + a1f6fb5 commit 516d9e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)