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