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 d9cd78f commit 5c7fa90Copy full SHA for 5c7fa90
.github/workflows/wheels.yml
@@ -137,7 +137,7 @@ jobs:
137
env:
138
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
139
run: |
140
- python -m pip install cibuildwheel==3.0.1
+ python -m pip install cibuildwheel==3.1.0
141
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./wheelhouse
142
143
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments