Skip to content

Commit 73e83ae

Browse files
committed
Adding windows to the build matrix
1 parent d90ca6d commit 73e83ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
cibw_archs: "x86_64"
2424
- os: ubuntu-24.04-arm
2525
cibw_archs: "aarch64"
26-
# - os: windows-latest
27-
# cibw_archs: "auto64"
26+
- os: windows-latest
27+
cibw_archs: "auto64"
2828
# - os: macos-13
2929
# cibw_archs: "x86_64"
3030
- os: macos-14

0 commit comments

Comments
 (0)