Skip to content

Commit ccf8d73

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

2 files changed

Lines changed: 6 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ 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 = [
136+
"curl -o isl-supplementary/strings.h https://raw.githubusercontent.com/win32ports/strings_h/822de6e8c368abb986b403792082189f3c602c45/strings.h",
137+
]
138+
134139
[tool.cibuildwheel.macos.environment]
135140
# Needed for full C++17 support
136141
MACOSX_DEPLOYMENT_TARGET = "10.14"

0 commit comments

Comments
 (0)