8000 Merge pull request #23401 from QuLogic/fix-wheel-artifacts · matplotlib/matplotlib@516d9e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 516d9e7

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

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