We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b521f commit a547d34Copy full SHA for a547d34
.github/workflows/create_archive_and_notes.sh
@@ -27,12 +27,14 @@ SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
27
cat > release_notes.txt << EOF
28
## Using Bzlmod with Bazel 6
29
30
+**NOTE: bzlmod support is still beta. APIs subject to change.**
31
+
32
Add to your \`MODULE.bazel\` file:
33
34
\`\`\`starlark
35
bazel_dep(name = "rules_python", version = "${TAG}")
36
-pip = use_extension("@rules_python//python:extensions.bzl", "pip")
37
+pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
38
39
pip.parse(
40
name = "pip",
0 commit comments