astral-sh/uv

Support `UV_ONLY_BINARY` and `UV_NO_BINARY` environment variables

Open

#4,291 opened on Jun 12, 2024

View on GitHub
 (11 comments) (8 reactions) (0 assignees)Rust (3,111 forks)batch import
configurationhelp wanted

Repository metrics

Stars
 (84,934 stars)
PR merge metrics
 (Avg merge 7d 16h) (259 merged PRs in 30d)

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