File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -110,16 +110,16 @@ jobs:
110
110
strategy :
111
111
matrix :
112
112
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"
117
117
- os : windows-latest
118
118
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"
123
123
124
124
steps :
125
125
- name : Set up QEMU
@@ -135,7 +135,6 @@ jobs:
135
135
path : dist/
136
136
137
137
- name : Build wheels for CPython 3.13
138
- if : false
139
138
uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
140
139
with :
141
140
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
You can’t perform that action at this time.
0 commit comments