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

chore : added windows distros in comment pyproject.toml

parent b81c6b51
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #50253 waiting for manual action
......@@ -57,9 +57,11 @@ test-requires = "pytest"
test-command = "pytest --ignore={package}/aidge_core/unit_tests/test_export.py {package}/aidge_core/unit_tests"
# uncomment to run cibuildwheel locally on selected distros
# build=[
# "cp38-manylinux_x86_64",
# "cp39-manylinux_x86_64",
# "cp310-manylinux_x86_64"
# "cp38-manylinux_x86_64",
# "cp39-manylinux_x86_64",
# "cp38-win_amd64",
# "cp39-win_amd64",
# "cp310-win_amd64",
# ]
### AIDGE DEPENDENCIES DECLARATION
......
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