Skip to content

Commit 2b5b896

Browse files
authored
docs: update pip.parse example in release notes (bazel-contrib#1616)
The release notes were using the old `pip.parse` api that used the `name` arg and weren't mentioning the `python_version` arg.
1 parent ee0a51e commit 2b5b896

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create_archive_and_notes.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ bazel_dep(name = "rules_python", version = "${TAG}")
3737
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
3838
3939
pip.parse(
40-
name = "pip",
40+
hub_name = "pip",
41+
python_version = "3.11",
4142
requirements_lock = "//:requirements_lock.txt",
4243
)
4344

0 commit comments

Comments
 (0)