We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5184c36 commit 6d733fdCopy full SHA for 6d733fd
pyproject.toml
@@ -5,3 +5,9 @@ requires = [
5
"cmake>=3.12",
6
]
7
build-backend = "setuptools.build_meta"
8
+
9
+[tool.cibuildwheel.linux]
10
+archs = ["x86_64"]
11
12
+[tool.cibuildwheel.windows]
13
+archs = ["AMD64"]
0 commit comments