Skip to content

Commit

Permalink
Merge pull request matplotlib#23401 from QuLogic/fix-wheel-artifacts
Browse files Browse the repository at this point in the history
Upload wheel artifacts from the correct directory
  • Loading branch information
dstansby authored Jul 8, 2022
2 parents 165df1b + a1f6fb5 commit 516d9e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: wheels
path: ./dist/*.whl
path: ./wheelhouse/*.whl
if-no-files-found: error

0 comments on commit 516d9e7

Please sign in to comment.