Skip to content

Commit c871575

Browse files
committed
ci: fix job names
1 parent daba46f commit c871575

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55

66
jobs:
7-
Run Checks:
8-
name: "Ubuntu (python-${{ matrix.python }})"
7+
run_checks:
8+
name: "Run Checks (Python ${{ matrix.python }})"
99
timeout-minutes: 10
1010
runs-on: "ubuntu-latest"
1111
strategy:
@@ -30,7 +30,8 @@ jobs:
3030
- name: Run checks
3131
run: make check
3232

33-
Upload to PyPI:
33+
upload_to_pypi:
34+
name: "Upload To PyPI"
3435
runs-on: "ubuntu-latest"
3536
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
3637
steps:

0 commit comments

Comments
 (0)