Skip to content

Add support for building universal wheels in the py_wheel rule. #392

@awbraunstein

Description

@awbraunstein

🚀 feature request

Relevant Rules

This is a feature that should be added to the py_wheel rule.

-->

Description

I'd like the ability to build universal wheels to be added to the py_wheel rule. This should be relatively simple since it just requires passing the --universal flag when building the wheel.

Describe the solution you'd like

Add a new value for python_tag that is either universal or py2and3 that builds a universal wheel.

Describe alternatives you've considered

Building two wheels isn't as easy to distribute.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions