cibuildwheel
cibuildwheel copied to clipboard
Make `container-engine` a build (non-global) option
Lets users specify different container-engine settings for different builds using TOML overrides. Especially useful with the create_args setting, such as #1771.
I've had a go at that @henryiii . Pretty simple to do, thanks to the tooling. I don't know how to update the schemastore, if that's necessary? Actually, maybe that should be part of the release process?
You have to make a PR to SchemaStore. Not sure how easy that would be to automate. But it's a good idea to do it around release time if the schema changes.