Skip to content

Commit 5c7fa90

Browse files
committed
bump to cibuildwheel 3.1.0
1 parent d9cd78f commit 5c7fa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
env:
138138
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
139139
run: |
140-
python -m pip install cibuildwheel==3.0.1
140+
python -m pip install cibuildwheel==3.1.0
141141
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./wheelhouse
142142
143143
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)