🚀 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.
🚀 feature request
Relevant Rules
This is a feature that should be added to the
py_wheelrule.-->
Description
I'd like the ability to build universal wheels to be added to the
py_wheelrule. This should be relatively simple since it just requires passing the--universalflag when building the wheel.Describe the solution you'd like
Add a new value for
python_tagthat is eitheruniversalorpy2and3that builds a universal wheel.Describe alternatives you've considered
Building two wheels isn't as easy to distribute.