Skip to content

Commit cdbccf4

Browse files
Temporarily skip Windows builds in cibuildwheel (shell issues with export command)
1 parent f3508fa commit cdbccf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject-pypi.toml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ version_file = "pymomentum/_version.py"
193193
[tool.cibuildwheel]
194194
build = "cp312-* cp313-*"
195195
build-verbosity = 3
196-
skip = "pp* *-musllinux*"
196+
# Skip PyPy, musllinux, and Windows for now
197+
# Windows is skipped due to cibuildwheel shell issues with export/command substitution
198+
skip = "pp* *-musllinux* *-win*"
197199
archs = ["auto64"]
198200
manylinux-x86_64-image = "manylinux_2_28"
199201

0 commit comments

Comments
 (0)