Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use uv in rye build when enabled #978

Merged
merged 2 commits into from
Apr 24, 2024
Merged

Commits on Apr 2, 2024

  1. Use uv in rye build when enabled

    The `build` package supports uv since version 1.2.0 - it can use either
    uv or pip as installer.
    
    The main way to use it would be to install `build[uv]` but rye already
    has uv installed separately, build will find it on the path as a
    fallback, so this can work for rye.
    bluss committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ddeab9d View commit details
    Browse the repository at this point in the history
  2. Enable verbose output from build

    Also new in build 1.2.0, it supports the --verbose flag.
    bluss committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    69f22c7 View commit details
    Browse the repository at this point in the history