Skip to content

Commit a4ebd9f

Browse files
committed
Restore failing builds
1 parent 81af069 commit a4ebd9f

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
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
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 3.14
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 3.14
2928
- os: macos
3029
target: x86_64
3130
manylinux: auto
@@ -53,7 +52,7 @@ jobs:
5352
target: armv7
5453
manylinux: 2_28
5554
python-architecture: x64
56-
interpreter: 3.9 3.10 3.11 3.12 3.13
55+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
5756
- os: ubuntu
5857
target: ppc64le
5958
manylinux: 2_28

0 commit comments

Comments
 (0)