Comparing bazel-contrib:main...prebeta:master · bazel-contrib/rules_python
Commits on Jul 2, 2019
-
Add experimental support for building wheels. (#159)
Add experimental support for building wheels. Currently only pure python wheels are supported. This extension builds wheels directly, invoking a simple python script that creates the zip archive in the desired format instead of using distutils/setuptools. This will make building platform-dependent wheels easier in the future, as bazel will have full control on how extension code is built.
pstradomski authored and Tony Liang committed
Jul 2, 2019