| commit | 273cbd122a86895c155a8978b0abdc1e64f8cfcd | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <rlevasseur@google.com> | Wed Nov 13 18:29:02 2024 -0800 |
| committer | GitHub <noreply@github.com> | Thu Nov 14 02:29:02 2024 +0000 |
| tree | 634048cb4a7d2d17fcfef6787b20b3f9ea6e7f28 | |
| parent | c8ccd22069951cb7944dc9223981f20d50d61500 [diff] |
ci: add last_rc, remove extraneous pystar configs (#2405) Run the bzlmod example with last_rc to match the BCR config. This should help catch any issues before a BCR release occurs. Along the way, cleanup the extraneous pystar configs. The rules_python Starlark implementation is enabled by default, and disabling it is unsupported.
This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.