Skip to content

Commit

Permalink
Upgrade cibuildwheel in another place as well. (#31337)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored May 21, 2024
1 parent a998107 commit 98b5d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
name: Set up QEMU
- name: Install cibuildwheel
# note: sync cibuildwheel version with gradle task sdks:python:bdistPy* steps
run: pip install cibuildwheel==2.9.0
run: pip install cibuildwheel==2.17.0 setuptools
- name: Build wheel
working-directory: apache-beam-source
env:
Expand Down
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.17.0 && " +
"pip install cibuildwheel==2.17.0 setuptools && " +
"cibuildwheel --print-build-identifiers --platform ${platform} --archs ${archs} && " +
"cibuildwheel --output-dir ${buildDir} --platform ${platform} --archs ${archs} "
}
Expand Down

0 comments on commit 98b5d5b

Please sign in to comment.