File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change 1
1
# Python Rules for Bazel
2
2
3
- * Postsubmit [ ![ Build status] ( https://badge.buildkite.com/0bcfe58b6f5741aacb09b12485969ba7a1205955a45b53e854.svg?branch=master )] ( https://buildkite.com/bazel/python-rules-python-postsubmit )
4
- * Postsubmit + Current Bazel Incompatible Flags [ ![ Build status] ( https://badge.buildkite.com/219007166ab6a7798b22758e7ae3f3223001398ffb56a5ad2a.svg?branch=master )] ( https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate )
3
+ * Postsubmit [ ![ Build status] ( https://badge.buildkite.com/0bcfe58b6f5741aacb09b12485969ba7a1205955a45b53e854.svg?branch=main )] ( https://buildkite.com/bazel/python-rules-python-postsubmit )
4
+ * Postsubmit + Current Bazel Incompatible Flags [ ![ Build status] ( https://badge.buildkite.com/219007166ab6a7798b22758e7ae3f3223001398ffb56a5ad2a.svg?branch=main )] ( https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate )
5
5
6
6
## Overview
7
7
8
8
This repository is the home of the core Python rules -- ` py_library ` ,
9
9
` py_binary ` , ` py_test ` , and related symbols that provide the basis for Python
10
10
support in Bazel. It also contains packaging rules for integrating with PyPI
11
11
(` pip ` ). Documentation lives in the
12
- [ ` docs/ ` ] ( https://github.com/bazelbuild/rules_python/tree/master /docs )
12
+ [ ` docs/ ` ] ( https://github.com/bazelbuild/rules_python/tree/main /docs )
13
13
directory and in the
14
14
[ Bazel Build Encyclopedia] ( https://docs.bazel.build/versions/master/be/python.html ) .
15
15
You can’t perform that action at this time.
0 commit comments