What needs to happen?
We have GitHub issues to build wheels which uses cibuildwheel, in particular it builds manylinux wheel that Python container accepts for overwrite:
|
wheelName = fmt.Sprintf("cp%s-cp%s-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", pyVersion, pyVersion) |
It would be convenient to have gradle tasks that can build these wheels locally, which is useful for both testing (
#25970) and build custom SDK for use.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
What needs to happen?
We have GitHub issues to build wheels which uses cibuildwheel, in particular it builds manylinux wheel that Python container accepts for overwrite:
beam/sdks/python/container/boot.go
Line 351 in 004c7f6
It would be convenient to have gradle tasks that can build these wheels locally, which is useful for both testing (#25970) and build custom SDK for use.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components