Skip to content

Commit f6b0c62

Browse files
committed
Bump cibuildwheel
Topic: sf-cibuildwheel
1 parent af8b5fd commit f6b0c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343

4444
- name: Build wheels
45-
uses: pypa/cibuildwheel@v2.17.0
45+
uses: pypa/cibuildwheel@v2.22.0
4646
env:
4747
CIBW_BUILD: ${{ matrix.python-version }}-*
4848
CIBW_ARCHS_MACOS: ${{ matrix.os.arch }}
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v4
7272

7373
- name: Build wheels
74-
uses: pypa/cibuildwheel@v2.17.0
74+
uses: pypa/cibuildwheel@v2.22.0
7575
env:
7676
CIBW_BUILD: ${{ matrix.python-version }}-manylinux_x86_64
7777
CIBW_BUILD_FRONTEND: build

0 commit comments

Comments
 (0)