Skip to content

Commit 3d876ca

Browse files
committed
Build a Windows wheel
1 parent 5803db0 commit 3d876ca

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-15-intel, macos-14, ubuntu-22.04-arm]
17+
os: [ubuntu-latest, macos-15-intel, macos-14, ubuntu-22.04-arm, windows-latest]
1818

1919
steps:
2020
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ skip = ["*_i686", 'cp31?t-*', "cp314-musllinux_x86_64"]
131131
test-requires = "pytest"
132132
test-command = "pytest {project}/test"
133133

134+
[tool.cibuildwheel.windows]
135+
before-all = "patch -d isl ../.ci/isl-strdup-win.patch"
136+
134137
[tool.cibuildwheel.macos.environment]
135138
# Needed for full C++17 support
136139
MACOSX_DEPLOYMENT_TARGET = "10.14"

0 commit comments

Comments
 (0)