Skip to content

Commit 2228d1f

Browse files
committed
BLD: update cibuildwheel version
1 parent 9b14e6f commit 2228d1f

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
@@ -158,7 +158,7 @@ jobs:
158158
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
159159
SRC: ${{ github.workspace }}/numpy-src
160160
run: |
161-
python -m pip install cibuildwheel==3.1.1
161+
python -m pip install cibuildwheel==3.1.3
162162
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./dist
163163
164164
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)