Skip to content

Commit 3a2e99c

Browse files
committed
Re-enable building of all wheels
1 parent 887c25d commit 3a2e99c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,16 @@ jobs:
110110
strategy:
111111
matrix:
112112
include:
113-
#- os: ubuntu-20.04
114-
# cibw_archs: "x86_64"
115-
#- os: ubuntu-20.04
116-
# cibw_archs: "aarch64"
113+
- os: ubuntu-20.04
114+
cibw_archs: "x86_64"
115+
- os: ubuntu-20.04
116+
cibw_archs: "aarch64"
117117
- os: windows-latest
118118
cibw_archs: "auto64"
119-
#- os: macos-12
120-
# cibw_archs: "x86_64"
121-
#- os: macos-14
122-
# cibw_archs: "arm64"
119+
- os: macos-12
120+
cibw_archs: "x86_64"
121+
- os: macos-14
122+
cibw_archs: "arm64"
123123

124124
steps:
125125
- name: Set up QEMU
@@ -135,7 +135,6 @@ jobs:
135135
path: dist/
136136

137137
- name: Build wheels for CPython 3.13
138-
if: false
139138
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
140139
with:
141140
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}

0 commit comments

Comments
 (0)