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,