Skip to content

Commit d5a0645

Browse files
authored
Update python/private/pypi/extension.bzl
1 parent cd4dd15 commit d5a0645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def _pip_impl(module_ctx):
781781
# NOTE @aignas 2025-04-15: this is set to be reproducible, because the
782782
# results after calling the PyPI index should be reproducible on each
783783
# machine.
784-
return module_ctx.extension_metadata(reproducible = False)
784+
return module_ctx.extension_metadata(reproducible = True)
785785
else:
786786
return None
787787

0 commit comments

Comments
 (0)