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 8578b02 commit de98a02Copy full SHA for de98a02
MODULE.bazel
@@ -56,7 +56,9 @@ register_toolchains("@pythons_hub//:all")
56
57
pip = use_extension("//python/extensions:pip.bzl", "pip")
58
pip.parse(
59
- download_only = True,
+ # NOTE @aignas 2024-10-26: We have an integration test that depends on us
60
+ # being able to build sdists for this hub, so explicitly set this to False.
61
+ download_only = False,
62
experimental_index_url = "https://pypi.org/simple",
63
hub_name = "rules_python_publish_deps",
64
python_version = "3.11",
0 commit comments