diff --git a/python/packaging.bzl b/python/packaging.bzl index 9ad2daf647..19b5894e2a 100644 --- a/python/packaging.bzl +++ b/python/packaging.bzl @@ -226,7 +226,7 @@ def _py_wheel_impl(ctx): outputs = [outfile, name_file], arguments = [args], executable = ctx.executable._wheelmaker, - progress_message = "Building wheel", + progress_message = "Building wheel {}".format(ctx.label), ) return [ DefaultInfo(