Summary
Environment variables to allow specifying packages to only use the wheels of instead of building from source.
Example
The following:
UV_NO_BUILD_PACKAGE='cryptography rpds-py' uv sync --no-binary
Would be equivalent to:
uv sync --no-binary --no-build-package cryptography --no-build-package rpds-py