Skip to content

Commit

Permalink
Upgrade cibuildwheel version. (#31321)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored May 17, 2024
1 parent d15d98c commit d7165f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ platform_identifiers_map.each { platform, idsuffix ->
args '-c', ". ${envdir}/bin/activate && " +
// note: sync cibuildwheel version with GitHub Action
// .github/workflows/build_wheel.yml:build_wheels "Install cibuildwheel" step
"pip install cibuildwheel==2.9.0 && " +
"pip install cibuildwheel==2.17.0 && " +
"cibuildwheel --print-build-identifiers --platform ${platform} --archs ${archs} && " +
"cibuildwheel --output-dir ${buildDir} --platform ${platform} --archs ${archs} "
}
Expand Down

0 comments on commit d7165f9

Please sign in to comment.