We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25758b1 commit 872d254Copy full SHA for 872d254
1 file changed
pyproject.toml
@@ -70,6 +70,7 @@ git_describe_command = [ "git", "describe", "--tags" ] # we are only interested
70
write_to = "src/vtk_sdk/_version.py"
71
72
[tool.cibuildwheel]
73
+skip = ["*-win32"]
74
test-command = "pytest {project}/tests"
75
test-extras = ["test"]
76
test-skip = ["*universal2:arm64"]
0 commit comments