Skip to content

Commit

Permalink
Adjust wheelhouse path to match cibuildwheel action update
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hunt committed May 12, 2021
1 parent 6152b14 commit 6e08aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- uses: actions/upload-artifact@v2
with:
path: python/wheelhouse/*.whl
path: wheelhouse/*.whl

build_sdist:
name: Build source distribution
Expand Down

0 comments on commit 6e08aec

Please sign in to comment.