Skip to content

Commit 02b7599

Browse files
committed
build: more conventional job names for kit.yml
1 parent 8385701 commit 02b7599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ concurrency:
4747

4848
jobs:
4949
wheels:
50-
name: "Build ${{ matrix.os }} ${{ matrix.py }} ${{ matrix.arch }} wheels"
50+
name: "${{ matrix.py }} ${{ matrix.os }} ${{ matrix.arch }} wheels"
5151
runs-on: ${{ matrix.os }}-latest
5252
strategy:
5353
matrix:
@@ -177,7 +177,7 @@ jobs:
177177
path: wheelhouse/*.whl
178178

179179
sdist:
180-
name: "Build source distribution"
180+
name: "Source distribution"
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: "Check out the repo"
@@ -209,7 +209,7 @@ jobs:
209209
path: dist/*.tar.gz
210210

211211
pypy:
212-
name: "Build PyPy wheel"
212+
name: "PyPy wheel"
213213
runs-on: ubuntu-latest
214214
steps:
215215
- name: "Check out the repo"

0 commit comments

Comments
 (0)