Skip to content

Commit

Permalink
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 9054af4 commit 9d784ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/uv-publish/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ pub async fn upload(
username,
password,
&form_metadata,
reporter,)
reporter,
)
.await
.map_err(|err| PublishError::PublishPrepare(file.to_path_buf(), Box::new(err)))?;

Expand Down

0 comments on commit 9d784ed

Please sign in to comment.