Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f785e3 + e5a554a commit b1e16f3Copy full SHA for b1e16f3
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