We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8e59a commit ae95fdaCopy full SHA for ae95fda
pyproject.toml
@@ -129,6 +129,9 @@ manylinux-pypy_x86_64-image = "manylinux_2_28"
129
manylinux-pypy_aarch64-image = "manylinux_2_28"
130
131
[tool.cibuildwheel.windows]
132
+# disable windows until binaries are avail
133
+# https://github.com/kiwix/kiwix-build/actions/runs/14512566684
134
+skip = "*"
135
before-build = "pip install setuptools cython delocate"
136
repair-wheel-command = "python.exe setup.py repair_win_wheel --destdir={dest_dir} --wheel={wheel}"
137
0 commit comments