Skip to content

Commit ae95fda

Browse files
committed
[tmp] disable Windows
1 parent 0e8e59a commit ae95fda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ manylinux-pypy_x86_64-image = "manylinux_2_28"
129129
manylinux-pypy_aarch64-image = "manylinux_2_28"
130130

131131
[tool.cibuildwheel.windows]
132+
# disable windows until binaries are avail
133+
# https://github.com/kiwix/kiwix-build/actions/runs/14512566684
134+
skip = "*"
132135
before-build = "pip install setuptools cython delocate"
133136
repair-wheel-command = "python.exe setup.py repair_win_wheel --destdir={dest_dir} --wheel={wheel}"
134137

0 commit comments

Comments
 (0)