You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments