Skip to content
Snippets Groups Projects
Commit 3e3fbaa0 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : little comment for cibuilwheel to run locally

parent fd9850d1
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #46591 failed
......@@ -39,6 +39,12 @@ write_to = "aidge_backend_cpu/_version.py"
# CIBUILDWHEEL
[tool.cibuildwheel]
build-frontend = "build"
# uncomment to run cibuildwheel locally on selected distros
# build=[
# "cp38-manylinux_x86_64",
# "cp39-manylinux_x86_64",
# "cp310-manylinux_x86_64"
# ]
### AIDGE DEPENDENCIES DECLARATION
[tool.cibuildwheel.linux.environment]
AIDGE_DEPENDENCIES = "aidge_core" # format => "dep_1 dep_2 ... dep_n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment