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 9b14e6f commit 2228d1fCopy full SHA for 2228d1f
.github/workflows/wheels.yml
@@ -158,7 +158,7 @@ jobs:
158
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
159
SRC: ${{ github.workspace }}/numpy-src
160
run: |
161
- python -m pip install cibuildwheel==3.1.1
+ python -m pip install cibuildwheel==3.1.3
162
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./dist
163
164
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments