Skip to content

Commit 19c2130

Browse files
authored
Disable windows wheels (#1528)
1 parent 74aaac3 commit 19c2130

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
- wheel: cp313-musllinux
5656
os: ubuntu-24.04
5757
# Windows
58-
- wheel: cp313-win
59-
os: windows-2025
58+
# Windows wheels won't but published until the full release announcement.
59+
# - wheel: cp313-win
60+
# os: windows-2025
6061

6162
name: Build wheels for ${{ matrix.wheel }}
6263
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)