diff --git a/crates/uv-publish/src/lib.rs b/crates/uv-publish/src/lib.rs index 8f73d6242fe2e..c9270f2a041d7 100644 --- a/crates/uv-publish/src/lib.rs +++ b/crates/uv-publish/src/lib.rs @@ -243,7 +243,7 @@ pub async fn upload( username, password, &form_metadata, - reporter, + reporter.clone(), ) .await .map_err(|err| PublishError::PublishPrepare(file.to_path_buf(), Box::new(err)))?;