We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25152c5 commit 1dfd21eCopy full SHA for 1dfd21e
1 file changed
.github/workflows/publish.yml
@@ -13,18 +13,19 @@ jobs:
13
fail-fast: false
14
matrix:
15
include:
16
- - os: windows
17
- ls: dir
18
- target: x86_64
19
- manylinux: auto
20
- python-architecture: x64
21
- interpreter: 3.9 3.10 3.11 3.12 3.13
22
23
24
- target: i686
25
26
- python-architecture: x86
27
+ # Windows builds are disabled because maturin fails.
+ # - os: windows
+ # ls: dir
+ # target: x86_64
+ # manylinux: auto
+ # python-architecture: x64
+ # interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
+ # target: i686
+ # python-architecture: x86
28
29
- os: macos
30
target: x86_64
31
manylinux: auto
0 commit comments