mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-26 20:19:08 +00:00
Add source distribution support to uv-build
crate (#6896)
## Summary Just exposes the correct PEP 517 hooks.
This commit is contained in:
parent
ea0a0db7a7
commit
42a4d80a63
3 changed files with 81 additions and 50 deletions
|
@ -110,5 +110,5 @@ pub(crate) async fn build(args: BuildArgs) -> Result<PathBuf> {
|
|||
concurrency.builds,
|
||||
)
|
||||
.await?;
|
||||
Ok(wheel_dir.join(builder.build_wheel(&wheel_dir).await?))
|
||||
Ok(wheel_dir.join(builder.build(&wheel_dir).await?))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue