Skip to content

Commit

Permalink
Add names to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Sep 30, 2021
1 parent 277c955 commit 975230a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

jobs:
test-and-package-wheel-archive:
name: Build wheel (${{ matrix.python-version }} on ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
dist
package-source-archive:
name: Package source archive
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -83,6 +85,7 @@ jobs:
dist
publish:
name: Publish source and wheel archives
needs:
- test-and-package-wheel-archive
- package-source-archive
Expand Down

0 comments on commit 975230a

Please sign in to comment.