Skip to content

fix: multi-platform wheel repo fetch

Sebastian Birunt requested to merge fix_pip_spoke_whl_fetch into main

Add experimental_index_url to fetch available wheel repos for needed platforms.

This does not mean that rules_python is fetching the wheels eagerly, but it rather means that it is calling the PyPI server to get the Simple API response to get the list of all available source and wheel distributions.

Check rules_python.bazel-downloader-and-multi-platform-wheel-hub-repository docs for further detail.

Merge request reports

Loading