@@ -184,87 +184,87 @@ jobs:
184
184
- os : macos-latest
185
185
pythonVersion : 37
186
186
bitness : 64
187
- platform_id : macosx_x86_64
187
+ platformID : macosx_x86_64
188
188
pythonType : " cp"
189
189
190
190
- os : macos-latest
191
191
pythonVersion : 38
192
192
bitness : 64
193
- platform_id : macosx_x86_64
193
+ platformID : macosx_x86_64
194
194
pythonType : " cp"
195
195
196
196
- os : macos-latest
197
197
pythonVersion : 39
198
198
bitness : 64
199
- platform_id : macosx_x86_64
199
+ platformID : macosx_x86_64
200
200
pythonType : " cp"
201
201
202
202
- os : macos-latest
203
203
pythonVersion : 310
204
204
bitness : 64
205
- platform_id : macosx_x86_64
205
+ platformID : macosx_x86_64
206
206
pythonType : " cp"
207
207
208
208
- os : macos-latest
209
209
pythonVersion : 311
210
210
bitness : 64
211
- platform_id : macosx_x86_64
211
+ platformID : macosx_x86_64
212
212
pythonType : " cp"
213
213
214
214
- os : macos-latest
215
215
pythonVersion : 312
216
216
bitness : 64
217
- platform_id : macosx_x86_64
217
+ platformID : macosx_x86_64
218
218
pythonType : " cp"
219
219
220
220
# Apple-Silicon MacOS
221
221
- os : macos-latest
222
222
pythonVersion : 38
223
223
bitness : 64
224
- platform_id : macosx_arm64
224
+ platformID : macosx_arm64
225
225
pythonType : " cp"
226
226
227
227
- os : macos-latest
228
228
pythonVersion : 39
229
229
bitness : 64
230
- platform_id : macosx_arm64
230
+ platformID : macosx_arm64
231
231
pythonType : " cp"
232
232
233
233
- os : macos-latest
234
234
pythonVersion : 310
235
235
bitness : 64
236
- platform_id : macosx_arm64
236
+ platformID : macosx_arm64
237
237
pythonType : " cp"
238
238
239
239
- os : macos-latest
240
240
pythonVersion : 311
241
241
bitness : 64
242
- platform_id : macosx_arm64
242
+ platformID : macosx_arm64
243
243
pythonType : " cp"
244
244
245
245
- os : macos-latest
246
246
pythonVersion : 312
247
247
bitness : 64
248
- platform_id : macosx_arm64
248
+ platformID : macosx_arm64
249
249
pythonType : " cp"
250
250
251
251
# Apple-Silicon MacOS PyPy
252
252
- os : macos-latest
253
253
pythonVersion : 38
254
254
bitness : 64
255
- platform_id : macosx_arm64
255
+ platformID : macosx_arm64
256
256
pythonType : " pp"
257
257
258
258
- os : macos-latest
259
259
pythonVersion : 39
260
260
bitness : 64
261
- platform_id : macosx_arm64
261
+ platformID : macosx_arm64
262
262
pythonType : " pp"
263
263
264
264
- os : macos-latest
265
265
pythonVersion : 310
266
266
bitness : 64
267
- platform_id : macosx_arm64
267
+ platformID : macosx_arm64
268
268
pythonType : " pp"
269
269
270
270
steps :
@@ -386,7 +386,6 @@ jobs:
386
386
run : |
387
387
ls dist
388
388
twine upload --skip-existing dist/artifact/* -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASSWORD }}
389
-
390
389
391
390
# To uncomment: remove hash -- no space after!!!
392
391
# # Build the wheels for Linux and Windows with CUDA support
0 commit comments