Skip to content

Commit 21e8b94

Browse files
authored
Update build-and-release.yaml
1 parent c41136c commit 21e8b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install -e .[all]
3030
3131
- name: Build wheels
32-
uses: pypa/cibuildwheel@v2.16.5
32+
uses: pypa/cibuildwheel@v2.17.0
3333
env:
3434
# disable repair
3535
CIBW_REPAIR_WHEEL_COMMAND: ""
@@ -55,7 +55,7 @@ jobs:
5555
platforms: linux/arm64
5656

5757
- name: Build wheels
58-
uses: pypa/cibuildwheel@v2.16.5
58+
uses: pypa/cibuildwheel@v2.17.0
5959
env:
6060
CIBW_SKIP: "*musllinux* pp*"
6161
CIBW_REPAIR_WHEEL_COMMAND: ""

0 commit comments

Comments
 (0)