summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-16 11:55:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-16 12:28:26 -0400
commit02b759919323a5e6c664a9a3ef3468234997f5a9 (patch)
tree01ae1cca1d28ca49c437b0deb54adee1a36238e2
parent83857010d479c209385baea72dcebc76f0ca668a (diff)
downloadpython-coveragepy-git-02b759919323a5e6c664a9a3ef3468234997f5a9.tar.gz
build: more conventional job names for kit.yml
-rw-r--r--.github/workflows/kit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index fd1b3a30..ec3750e6 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -47,7 +47,7 @@ concurrency:
jobs:
wheels:
- name: "Build ${{ matrix.os }} ${{ matrix.py }} ${{ matrix.arch }} wheels"
+ name: "${{ matrix.py }} ${{ matrix.os }} ${{ matrix.arch }} wheels"
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
@@ -177,7 +177,7 @@ jobs:
path: wheelhouse/*.whl
sdist:
- name: "Build source distribution"
+ name: "Source distribution"
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
@@ -209,7 +209,7 @@ jobs:
path: dist/*.tar.gz
pypy:
- name: "Build PyPy wheel"
+ name: "PyPy wheel"
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"