Add `build` docs

This commit is contained in:
Zanie 2024-01-17 10:31:36 -06:00
parent 002b731ab2
commit cfb73f5d71
1 changed files with 5 additions and 0 deletions

View File

@ -386,6 +386,11 @@ impl Pep517Daemon {
}
/// Run a wheel or editable build hook.
///
/// Note the daemon also support the `build_sdist` hook but it is not supported by [`BuildKind`].
///
/// <https://peps.python.org/pep-0517/#build-wheel>
/// <https://peps.python.org/pep-0660/#build-editable>
pub(crate) async fn build(
&mut self,
backend: &Pep517Backend,