From cfb73f5d71adb74aa2350588f343ed1391d557e7 Mon Sep 17 00:00:00 2001 From: Zanie Date: Wed, 17 Jan 2024 10:31:36 -0600 Subject: [PATCH] Add `build` docs --- crates/puffin-build/src/daemon.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/puffin-build/src/daemon.rs b/crates/puffin-build/src/daemon.rs index cd6b362f0..9a61652e6 100644 --- a/crates/puffin-build/src/daemon.rs +++ b/crates/puffin-build/src/daemon.rs @@ -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`]. + /// + /// + /// pub(crate) async fn build( &mut self, backend: &Pep517Backend,