Skip to content

UV_NO_BUILD and UV_NO_BUILD_PACKAGE environment variables #11963

@lengau

Description

@lengau

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    configurationSettings and suchenhancementNew feature or improvement to existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions