We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f785e3 commit e5a554aCopy full SHA for e5a554a
1 file changed
.github/workflows/cibuildwheel.yml
@@ -87,7 +87,7 @@ jobs:
87
'CI: Run cibuildwheel')
88
)
89
needs: build_sdist
90
- name: Build wheels on ${{ matrix.os }}
+ name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_archs }}
91
runs-on: ${{ matrix.os }}
92
env:
93
CIBW_BEFORE_BUILD: >-
0 commit comments