File tree 7 files changed +1207
-742
lines changed
7 files changed +1207
-742
lines changed Original file line number Diff line number Diff line change @@ -115,19 +115,19 @@ jobs:
115
115
platform_id : manylinux_aarch64
116
116
117
117
# MacOS x86_64
118
- - os : macos-latest
118
+ - os : macos-12
119
119
python : 38
120
120
platform_id : macosx_x86_64
121
- - os : macos-latest
121
+ - os : macos-12
122
122
python : 39
123
123
platform_id : macosx_x86_64
124
- - os : macos-latest
124
+ - os : macos-12
125
125
python : 310
126
126
platform_id : macosx_x86_64
127
- - os : macos-latest
127
+ - os : macos-12
128
128
python : 311
129
129
platform_id : macosx_x86_64
130
- - os : macos-latest
130
+ - os : macos-12
131
131
python : 312
132
132
platform_id : macosx_x86_64
133
133
@@ -178,19 +178,19 @@ jobs:
178
178
matrix :
179
179
include :
180
180
# MacOS arm64
181
- - os : macos-latest
181
+ - os : macos-14
182
182
python : 38
183
183
platform_id : macosx_arm64
184
- - os : macos-latest
184
+ - os : macos-14
185
185
python : 39
186
186
platform_id : macosx_arm64
187
- - os : macos-latest
187
+ - os : macos-14
188
188
python : 310
189
189
platform_id : macosx_arm64
190
- - os : macos-latest
190
+ - os : macos-14
191
191
python : 311
192
192
platform_id : macosx_arm64
193
- - os : macos-latest
193
+ - os : macos-14
194
194
python : 312
195
195
platform_id : macosx_arm64
196
196
@@ -215,13 +215,6 @@ jobs:
215
215
run : |
216
216
python -m cibuildwheel --output-dir dist
217
217
218
- # Cross compiling wheels for arm64 with poetry creates wheels with wrong tag
219
- # Update the wheel with the correct tag then remove the incorrect wheel
220
- - name : Fix poetry mistagging
221
- run : |
222
- wheel tags --platform-tag macosx_12_0_arm64 ./dist/*-macosx_12_0_x86_64.whl
223
- rm ./dist/*-macosx_12_0_x86_64.whl
224
-
225
218
- name : Store artifacts
226
219
uses : actions/upload-artifact@v4
227
220
with :
You can’t perform that action at this time.
0 commit comments