Skip to content

Commit

Permalink
ci: Name wheel build jobs properly
Browse files Browse the repository at this point in the history
Sets the name of the wheel build job to show the OS.
  • Loading branch information
st-bender committed Jan 29, 2022
1 parent b2d688c commit bb1b876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
path: ./dist/*.whl

build_wheels:
name: Wheels on ${{ matrix os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit bb1b876

Please sign in to comment.