Skip to content

Commit 0017888

Browse files
committed
dev(hansbug): use newest cibuildwheel, ci skip
1 parent 94f1064 commit 0017888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
platforms: all
100100
- name: Build wheels
101-
uses: pypa/cibuildwheel@v2.11.4
101+
uses: pypa/cibuildwheel@v2.21.3
102102
env:
103103
CIBW_SKIP: "pp* *musllinux*"
104104
CIBW_ARCHS: ${{ matrix.architecture }}

.github/workflows/release_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
platforms: all
102102
- name: Build wheels
103-
uses: pypa/cibuildwheel@v2.11.4
103+
uses: pypa/cibuildwheel@v2.21.3
104104
env:
105105
CIBW_SKIP: "pp* *musllinux*"
106106
CIBW_ARCHS: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)