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.
1 parent de99097 commit 31a97b5Copy full SHA for 31a97b5
1 file changed
.github/workflows/cibuildwheel.yml
@@ -64,6 +64,9 @@ jobs:
64
run: |
65
python -m build --sdist
66
python ci/export_sdist_name.py
67
+ env:
68
+ # Prevent including development runtime dependencies in metadata.
69
+ CIBUILDWHEEL: 1
70
71
- name: Check README rendering for PyPI
72
run: twine check dist/*
@@ -87,7 +90,7 @@ jobs:
87
90
'CI: Run cibuildwheel')
88
91
)
89
92
needs: build_sdist
- name: Build wheels on ${{ matrix.os }}
93
+ name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_archs }}
94
runs-on: ${{ matrix.os }}
95
env:
96
CIBW_BEFORE_BUILD: >-
0 commit comments