Better support for cibuildwheel config in pyproject.toml
#77
Labels
enhancement
New feature or request
pyproject.toml
#77
Currently the two publish workflows create jobs which set
CIBW_BUILD
andCIBW_ARCHS
environment variables depending on the list oftargets
specified as an input to this workflow. These environment variables override any cibuildwheel config forbuild
orarchs
set inpyproject.toml
. (It should at least be documented that the publish workflows do not supportbuild
orarchs
withinpyproject.toml
.)A fix would be to update
tools/load_build_targets.py
to parsepyproject.toml
forbuild
andarchs
configuration, and merge/adjust/replace thetargets
specified as an input to this workflow with thepyproject.toml
config. I think the simplest solution would be to support eitherbuild
config inpyproject.toml
OR thetargets
workflow input.The text was updated successfully, but these errors were encountered: