Skip to content

Commit a0fb6b0

Browse files
Split source package and wheel build.
PiperOrigin-RevId: 803134650
1 parent 33b6d26 commit a0fb6b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tf_keras/wheel/wheel.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def _wheel_impl(ctx):
6565
)
6666
args.add("--build-source-package-only", "True")
6767
output_file = ctx.actions.declare_file(output_path + "/" + name)
68+
69+
# TODO(ybaturina): Make this directory name dynamic to avoid collisions.
6870
copied_whl_srcs_dir = ctx.actions.declare_directory("copied_whl_srcs")
6971
outputs = [copied_whl_srcs_dir, output_file]
7072
args.add("--whl_dir", output_file.path[:output_file.path.rfind("/")])

0 commit comments

Comments
 (0)