Skip to content

Commit fa9629b

Browse files
committed
upgrade cibuildwheel
1 parent 2853547 commit fa9629b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "Setting CIBW_SKIP=$CIBW_SKIP"
5656
5757
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
58-
uses: pypa/cibuildwheel@v3.1.4
58+
uses: pypa/cibuildwheel@v3.2.0
5959
env:
6060
CIBW_SKIP: ${{ env.CIBW_SKIP }}
6161
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)