Skip to content

Commit

Permalink
Do not build wheels for dependencies (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourjau authored Feb 27, 2023
1 parent 8646247 commit 63a455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Build wheel
run: pip wheel -w wheelhouse .
run: pip wheel --no-deps -w wheelhouse .

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 63a455b

Please sign in to comment.