File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 28
28
29
29
jobs :
30
30
build_linux_x86_64_wheels :
31
- name : Build ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} wheels on ${{ matrix.os }}
31
+ name : Build ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} ${{ matrix.os }}
32
32
runs-on : ${{ matrix.os }}
33
33
strategy :
34
34
fail-fast : false
61
61
if-no-files-found : error
62
62
63
63
build_linux_aarch64_wheels :
64
- name : Build ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} wheels on ${{ matrix.os }}
64
+ name : Build ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} ${{ matrix.os }}
65
65
runs-on : ${{ matrix.os }}
66
66
strategy :
67
67
fail-fast : false
@@ -98,14 +98,19 @@ jobs:
98
98
path : ./dist/*.whl
99
99
100
100
build_macos_wheels :
101
- name : Build ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} wheels on ${{ matrix.os }}
101
+ name : Build ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} ${{ matrix.os }}
102
102
runs-on : ${{ matrix.os }}
103
103
strategy :
104
104
fail-fast : false
105
105
matrix :
106
106
os : [macos-latest, macos-14]
107
107
cibw_python : ["cp39", "cp310", "cp311", "cp312"]
108
108
cibw_arch : ["x86_64", "arm64"]
109
+ exclude :
110
+ - os : macos-14
111
+ cibw_arch : " x86_64"
112
+ - os : macos-latest
113
+ cibw_arch : " arm64"
109
114
steps :
110
115
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
111
116
with :
@@ -141,7 +146,7 @@ jobs:
141
146
if-no-files-found : error
142
147
143
148
build_windows_wheels :
144
- name : Build ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} wheels on ${{ matrix.os }}
149
+ name : Build ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} ${{ matrix.os }}
145
150
runs-on : ${{ matrix.os }}
146
151
strategy :
147
152
fail-fast : false
You can’t perform that action at this time.
0 commit comments