-
-
Notifications
You must be signed in to change notification settings - Fork 14
parse cibuildwheel configuration #37
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Recentily I've found an useful package to build python on different OS/archs: cibuildwheel.
It has CIBW_BUILD, CIBW_SKIP configurations regarding python version used to build and test the package (locally and remotely).
Those configuration can be set as environment variables into github action or into pyproject.toml file.
E.g. as environment variable:
as pyproject.toml
when using this package, it could be useful to add the extracted information to the final list.