Skip to content

Tags: UrbanCompass/rules_python

Tags

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README (bazel-contrib#237)

Expand the Overview. Add more context on core rules vs packaging rules and
level of support. Add instructions for using Bazel Federation. Move pip stuff
to sub-headings.

0.0.1-alpha

Toggle 0.0.1-alpha's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Pass --isolated to pip (bazel-contrib#232)

This fixes an issue where if you have bad URLs in your ~/.pip/pip.conf,
pip would pick them up and end up failing bazel. This way we make
pip_import more hermetic and ignore user config.