diff --git a/pyproject.toml b/pyproject.toml
index ac0afbb47e224cc415df177486ed7024325a5808..e662bae560952127a59887901c53c48c7bd96f5d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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