Skip to content

Commit 872d254

Browse files
committed
fix: Skip Windows 32bit builds
1 parent 25758b1 commit 872d254

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ git_describe_command = [ "git", "describe", "--tags" ] # we are only interested
7070
write_to = "src/vtk_sdk/_version.py"
7171

7272
[tool.cibuildwheel]
73+
skip = ["*-win32"]
7374
test-command = "pytest {project}/tests"
7475
test-extras = ["test"]
7576
test-skip = ["*universal2:arm64"]

0 commit comments

Comments
 (0)