Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: Add gradle task to build python wheels #26049

Closed
1 of 15 tasks
Abacn opened this issue Mar 30, 2023 · 0 comments · Fixed by #25970
Closed
1 of 15 tasks

[Task]: Add gradle task to build python wheels #26049

Abacn opened this issue Mar 30, 2023 · 0 comments · Fixed by #25970
Assignees
Labels
done & done Issue has been reviewed after it was closed for verification, followups, etc. P2 python task

Comments

@Abacn
Copy link
Contributor

Abacn commented Mar 30, 2023

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

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@Abacn Abacn self-assigned this Mar 30, 2023
@github-actions github-actions bot added this to the 2.48.0 Release milestone Apr 6, 2023
@damccorm damccorm added the done & done Issue has been reviewed after it was closed for verification, followups, etc. label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done & done Issue has been reviewed after it was closed for verification, followups, etc. P2 python task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants