Skip to content

Commit 9deb8ca

Browse files
authored
Update cibuildwheel to 2.23.2. (#67)
1 parent 7195503 commit 9deb8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
python-version: 3.8
126126
if: runner.os == 'macOS' && runner.arch == 'ARM64' && ${{ matrix.config.arch }} == "arm64"
127127
- name: Build wheels
128-
uses: pypa/cibuildwheel@v2.22.0
128+
uses: pypa/cibuildwheel@v2.23.2
129129
env:
130130
CIBW_ARCHS_MACOS: ${{ matrix.config.arch }}
131131
- name: Archive wheels

0 commit comments

Comments
 (0)