We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81d59a commit 914f034Copy full SHA for 914f034
.github/workflows/build_cbsdk.yml
@@ -115,7 +115,7 @@ jobs:
115
116
- name: Install cibuildwheel
117
if: "!matrix.config.container"
118
- run: python -m pip install cibuildwheel==2.16.5
+ run: python -m pip install cibuildwheel
119
120
- name: Build wheels
121
if: "(!startsWith(matrix.config.os, 'ubuntu-') || matrix.config.os == 'ubuntu-latest' || matrix.config.name == 'linux-arm64') && !matrix.config.container"
0 commit comments