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 f6667df commit 2d45b3dCopy full SHA for 2d45b3d
.github/workflows/wheels.yml
@@ -146,7 +146,7 @@ jobs:
146
env:
147
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
148
run: |
149
- python -m pip install cibuildwheel==3.1.0
+ python -m pip install cibuildwheel==3.1.1
150
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./dist
151
152
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments