Skip to content

Commit

Permalink
Update pip.parse API in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Dec 15, 2023
1 parent 94c89e6 commit 62109e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_archive_and_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ bazel_dep(name = "rules_python", version = "${TAG}")
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
name = "pip",
hub_name = "pip",
python_version = "3.11",
requirements_lock = "//:requirements_lock.txt",
)
Expand Down

0 comments on commit 62109e2

Please sign in to comment.