Skip to content

Commit

Permalink
fixup! fixup! Add retries to uv publish
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 24, 2024
1 parent 9d784ed commit 49d443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-publish/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)))?;
Expand Down

0 comments on commit 49d443c

Please sign in to comment.