rules_python
rules_python copied to clipboard
feat: make py_wheel inherently version aware
This allows building a wheel for multiple Python versions in a single invocation, similar to the version-aware base rules. All that's necessary is to create separate py_wheel targets that set the python_version attribute appropriately.
Do not submit -- Work in progress