Skip to content

Commit 545adc3

Browse files
committed
Revert "[tmp] disable Windows"
This reverts commit bd56fef.
1 parent 7be4eb5 commit 545adc3

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
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, ubuntu-24.04]
22+
os: [macos-13, windows-2022, 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]
25+
os: [ubuntu-24.04, macos-13, windows-2022]
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, ubuntu-24.04]
15+
os: [macos-13, windows-2022, ubuntu-24.04]
1616
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717

1818
steps:

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ 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 = "*"
135132
before-build = "pip install setuptools cython delocate"
136133
repair-wheel-command = "python.exe setup.py repair_win_wheel --destdir={dest_dir} --wheel={wheel}"
137134

0 commit comments

Comments
 (0)