Skip to content

Commit

Permalink
Fix builder name
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Nov 15, 2023
1 parent ef85163 commit a459fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

build_wheels_macos:
name: cbw on ${{ matrix.os }}
name: ${{ matrix.os }} py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit a459fe4

Please sign in to comment.