Skip to content

Commit dbef096

Browse files
committed
cibuildwheel bump
1 parent aa3d0ad commit dbef096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
cache-suffix: -${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
8686

8787
- name: Build${{ inputs.testsuite != 'none' && ' and test ' || ' ' }}wheels
88-
uses: pypa/cibuildwheel@v3.0
88+
uses: pypa/cibuildwheel@v3.2
8989
env:
9090
CIBW_ARCHS: ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch }}
9191
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}

0 commit comments

Comments
 (0)