8000 refactor: pull implementations out of packaging.bzl (#1013) · bazel-contrib/rules_python@6c6c70b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c6c70b

Browse files
authored
refactor: pull implementations out of packaging.bzl (#1013)
This is a pre-factoring to allow py_wheel to become a macro which produces a py_wheel rule, in addition to a publishing target. Part of #99
1 parent da106c5 commit 6c6c70b

File tree

6 files changed

+437
-414
lines changed

6 files changed

+437
-414
lines changed

docs/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ bzl_library(
8181
name = "packaging_bzl",
8282
srcs = [
8383
"//python:packaging.bzl",
84+
"//python/private:py_package.bzl",
85+
"//python/private:py_wheel.bzl",
8486
"//python/private:stamp.bzl",
8587
],
8688
)

docs/packaging.md

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0