Skip to content

Commit

Permalink
whl_build: Stop building install deps
Browse files Browse the repository at this point in the history
A package with extension modules may depend on a pure-Python package.
In that scenario we shouldn't build the pure-Python wheel.
  • Loading branch information
auscompgeek committed Feb 17, 2024
1 parent 03e72c6 commit cf1ac51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whl_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"-v",
"wheel",
"--no-build-isolation",
"--no-deps",
"--no-binary",
":all:",
"-w",
Expand Down

0 comments on commit cf1ac51

Please sign in to comment.