Commit 36b4c0a
authored
[CI] Remove redundant CIBW_BEFORE_BUILD (#631)
* The build system should define all required build components and
make them available at wheel build time. As this pip install step
is not required, remove CIBW_BEFORE_BUILD.
From the docs https://cibuildwheel.pypa.io/en/stable/options/#before-build
> If dependencies are required to build your wheel (for example if you
> include a header from a Python module), instead of using this command,
> we recommend adding requirements to a pyproject.toml file's
> build-system.requires array instead.1 parent 61d751b commit 36b4c0a
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments