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 cd4dd15 commit d5a0645Copy full SHA for d5a0645
python/private/pypi/extension.bzl
@@ -781,7 +781,7 @@ def _pip_impl(module_ctx):
781
# NOTE @aignas 2025-04-15: this is set to be reproducible, because the
782
# results after calling the PyPI index should be reproducible on each
783
# machine.
784
- return module_ctx.extension_metadata(reproducible = False)
+ return module_ctx.extension_metadata(reproducible = True)
785
else:
786
return None
787
0 commit comments