8000 Fixed stable stamping of wheels (#567) · axivion/rules_python@0b11480 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b11480

Browse files
authored
Fixed stable stamping of wheels (bazel-contrib#567)
1 parent 98ffe06 commit 0b11480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/packaging.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _py_wheel_impl(ctx):
155155
# Pass workspace status files if stamping is enabled
156156
if is_stamping_enabled(ctx.attr):
157157
args.add("--volatile_status_file", ctx.version_file)
158-
args.add("--stable_status_file", ctx.version_file)
158+
args.add("--stable_status_file", ctx.info_file)
159159
other_inputs.extend([ctx.version_file, ctx.info_file])
160160

161161
args.add("--input_file_list", packageinputfile)

0 commit comments

Comments
 (0)
0