Skip to content

Commit f3bba0c

Browse files
committed
bump cibuildwheel
1 parent f26ae26 commit f3bba0c

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
@@ -140,7 +140,7 @@ jobs:
140140

141141
steps:
142142
- uses: actions/checkout@v3
143-
- uses: pypa/cibuildwheel@v2.22.0
143+
- uses: pypa/cibuildwheel@v3.2.1
144144
env:
145145
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
146146
CIBW_ARCHS_LINUX: x86_64 aarch64

0 commit comments

Comments
 (0)