Skip to content

Commit 914f034

Browse files
committed
Do not version restrict cibuildwheel
1 parent b81d59a commit 914f034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cbsdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Install cibuildwheel
117117
if: "!matrix.config.container"
118-
run: python -m pip install cibuildwheel==2.16.5
118+
run: python -m pip install cibuildwheel
119119

120120
- name: Build wheels
121121
if: "(!startsWith(matrix.config.os, 'ubuntu-') || matrix.config.os == 'ubuntu-latest' || matrix.config.name == 'linux-arm64') && !matrix.config.container"

0 commit comments

Comments
 (0)