File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ jobs:
122122 run : python .\tests\test_unit_tests.py
123123
124124 build-linux-wheel :
125+ name : Build Linux wheel
125126 uses : ./.github/workflows/build-wheel.yml
126127 needs : tests-unix
127128 with :
@@ -140,6 +141,7 @@ jobs:
140141 contains(github.event.pull_request.labels.*.name, 'safe to test')
141142
142143 build-windows-wheel :
144+ name : Build Windows wheel
143145 uses : ./.github/workflows/build-wheel.yml
144146 needs : tests-windows
145147 with :
@@ -159,6 +161,7 @@ jobs:
159161 contains(github.event.pull_request.labels.*.name, 'safe to test')
160162
161163 build-macos_x86-wheel :
164+ name : Build macOS x86_64 wheel
162165 uses : ./.github/workflows/build-wheel.yml
163166 needs : tests-unix
164167 with :
@@ -174,6 +177,7 @@ jobs:
174177 contains(github.event.pull_request.labels.*.name, 'safe to test')
175178
176179 build-macos_aarch64-wheel :
180+ name : Build macOS aarch64 wheel
177181 uses : ./.github/workflows/build-wheel.yml
178182 needs : tests-unix
179183 with :
You can’t perform that action at this time.
0 commit comments