Skip to content

Commit bd56fef

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

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/CI-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [macos-13, windows-2022, ubuntu-24.04]
22+
os: [macos-13, ubuntu-24.04]
2323

2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/Publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
matrix:
25-
os: [ubuntu-24.04, macos-13, windows-2022]
25+
os: [ubuntu-24.04, macos-13]
2626

2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/Tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-13, windows-2022, ubuntu-24.04]
15+
os: [macos-13, ubuntu-24.04]
1616
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717

1818
steps:

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)