8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ffe06 commit 0b11480Copy full SHA for 0b11480
python/packaging.bzl
@@ -155,7 +155,7 @@ def _py_wheel_impl(ctx):
155
# Pass workspace status files if stamping is enabled
156
if is_stamping_enabled(ctx.attr):
157
args.add("--volatile_status_file", ctx.version_file)
158
- args.add("--stable_status_file", ctx.version_file)
+ args.add("--stable_status_file", ctx.info_file)
159
other_inputs.extend([ctx.version_file, ctx.info_file])
160
161
args.add("--input_file_list", packageinputfile)
0 commit comments