Skip to content

Commit 75f42f9

Browse files
authored
update cibuildwheels version (#1063)
1 parent 978f841 commit 75f42f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "CIBW_ARCHS=arm64 universal2" >> "$GITHUB_ENV"
2323
- uses: actions/checkout@v4
2424
- name: Build wheels
25-
uses: pypa/cibuildwheel@v2.19
25+
uses: pypa/cibuildwheel@v2.21.3
2626
- uses: actions/upload-artifact@v4
2727
with:
2828
name: python-${{ matrix.os }}

0 commit comments

Comments
 (0)