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