Skip to content

Commit d2d8a7c

Browse files
committed
fix: name of actions
1 parent 45a00d2 commit d2d8a7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)