Skip to content

Commit dda2013

Browse files
committed
Fix builder name
1 parent 1d059e3 commit dda2013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
267267

268268
build_wheels_macos:
269-
name: cbw on ${{ matrix.os }}
269+
name: ${{ matrix.os }} py${{ matrix.python-version }}
270270
runs-on: ${{ matrix.os }}
271271
strategy:
272272
fail-fast: false

0 commit comments

Comments
 (0)