Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0824042

Browse filesBrowse files
author
Jonathon Belotti
authored
replace obsolete 'master' branch refs (bazel-contrib#513)
1 parent 304b85c commit 0824042
Copy full SHA for 0824042

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Python Rules for Bazel
22

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)
55

66
## Overview
77

88
This repository is the home of the core Python rules -- `py_library`,
99
`py_binary`, `py_test`, and related symbols that provide the basis for Python
1010
support in Bazel. It also contains packaging rules for integrating with PyPI
1111
(`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)
1313
directory and in the
1414
[Bazel Build Encyclopedia](https://docs.bazel.build/versions/master/be/python.html).
1515

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.