astral-sh/uv

Support `UV_ONLY_BINARY` and `UV_NO_BINARY` environment variables

Open

#4,291 opened on Jun 12, 2024

View on GitHub
 (10 comments) (7 reactions) (0 assignees)Rust (84,934 stars) (3,111 forks)batch import
configurationhelp wanted

Description

This is useful with cibuildwheel or some other complicated tools in the CI environment.

pip has similiar PIP_NO_BINARY and PIP_ONLY_BINARY: https://pip.pypa.io/en/latest/cli/pip_install/#cmdoption-no-binary

Contributor guide