mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Build backend: Rename --no-fast-path
to --force-pep517
(#9600)
See https://github.com/astral-sh/uv/pull/9556#discussion_r1865046353
This commit is contained in:
parent
b7564f4036
commit
cadba18c1f
5 changed files with 15 additions and 15 deletions
|
@ -2184,7 +2184,7 @@ pub struct BuildArgs {
|
|||
/// backend, but use a fast path that calls into the build backend directly. This option forces
|
||||
/// always using PEP 517.
|
||||
#[arg(long)]
|
||||
pub no_fast_path: bool,
|
||||
pub force_pep517: bool,
|
||||
|
||||
/// Constrain build dependencies using the given requirements files when building
|
||||
/// distributions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue