Skip to content

Commit 1dfd21e

Browse files
committed
Remove Windows builds
1 parent 25152c5 commit 1dfd21e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
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-
- os: windows
23-
ls: dir
24-
target: i686
25-
manylinux: auto
26-
python-architecture: x86
27-
interpreter: 3.9 3.10 3.11 3.12 3.13
16+
# Windows builds are disabled because maturin fails.
17+
# - os: windows
18+
# ls: dir
19+
# target: x86_64
20+
# manylinux: auto
21+
# python-architecture: x64
22+
# interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
23+
# - os: windows
24+
# ls: dir
25+
# target: i686
26+
# manylinux: auto
27+
# python-architecture: x86
28+
# interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
2829
- os: macos
2930
target: x86_64
3031
manylinux: auto

0 commit comments

Comments
 (0)