Skip to content

Commit

Permalink
fix name of publish pypi job
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Dec 13, 2022
1 parent 88227c0 commit 00b9f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
publish_pypi:
name: Build wheels on ${{ matrix.os }}
name: Build wheels on ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 00b9f5b

Please sign in to comment.