From b60c174f1f4fc244e5fa95d4a6046bf48edf9bd8 Mon Sep 17 00:00:00 2001 From: Valentyn Tymofieiev Date: Thu, 16 May 2024 15:45:04 -0700 Subject: [PATCH] Upgrade cibuildwheel. --- sdks/python/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} " }