Commit 5d6ef5b
build(ci): add Windows x86_64 wheel to release pipeline (#345)
* build(ci): add Windows x86_64 wheel to release pipeline
Add windows-latest / x86_64-pc-windows-msvc to the release workflow
matrix so PyPI receives a Windows wheel alongside the existing Linux
and macOS wheels.
The stage_clib.sh script already handles Windows naming conventions
(.exe, .dll, .lib) via the MINGW case, and patch_pyproject_data.py
uses pathlib which is cross-platform.
Closes #270
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* ci: add Rust toolchain setup and explicit bash shell for Windows builds
Add dtolnay/rust-toolchain@stable and Swatinem/rust-cache@v2 steps to
ensure cargo is available on all platforms (including Windows). Also add
explicit shell: bash to the "Build CLI + C library" step so just can
find a POSIX shell on Windows runners.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6e045bc commit 5d6ef5b
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
0 commit comments