diff --git a/sdks/python/build.gradle b/sdks/python/build.gradle index e21f5db75ad2..e10b2a90dfbf 100644 --- a/sdks/python/build.gradle +++ b/sdks/python/build.gradle @@ -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} " }