Commit 0b486c0
committed
Fix "wheel" build failure
```
Using --no-binary :all: can cause build failures when setuptools-scm or other modern backends are involved,
due to recursive build dependency issues (e.g., with importlib-metadata). Removing this flag allows pip to
use prebuilt wheels where available, improving reliability of package validation.
```
This was fixed on main in #495551 parent 49b3533 commit 0b486c0
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
| |||
0 commit comments