File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,9 @@ jobs:
124
124
cibw_arch : " x86_64"
125
125
- os : macos-13
126
126
cibw_arch : " arm64"
127
+ - os : macos-13
128
+ cibw_arch : " x86_64"
129
+ cibw_python : " cp313t"
127
130
steps :
128
131
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
129
132
with :
@@ -147,7 +150,7 @@ jobs:
147
150
echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
148
151
149
152
- name : Build wheels for CPython (macOS) (x86_64)
150
- if : matrix.cibw_arch == 'x86_64' && ${{ matrix.cibw_python }} != "cp313t"
153
+ if : matrix.cibw_arch == 'x86_64'
151
154
uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
152
155
with :
153
156
output-dir : dist
@@ -164,6 +167,7 @@ jobs:
164
167
CIBW_BUILD : ${{ matrix.cibw_python }}-*
165
168
CIBW_ARCHS_MACOS : ${{ matrix.cibw_arch }}
166
169
CIBW_FREE_THREADED_SUPPORT : True
170
+ CIBW_PRERELEASE_PYTHONS : True
167
171
168
172
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
169
173
with :
@@ -209,6 +213,7 @@ jobs:
209
213
env :
210
214
CIBW_BUILD : ${{ matrix.cibw_python }}-*
211
215
CIBW_ARCHS_WINDOWS : ${{ matrix.cibw_arch }}
216
+ CIBW_PRERELEASE_PYTHONS : True
212
217
213
218
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
214
219
with :
You can’t perform that action at this time.
0 commit comments