Use 'Upload' instead of 'Download' in publish reporter (#12029)

## Summary

Closes https://github.com/astral-sh/uv/issues/12026.
This commit is contained in:
Charlie Marsh 2025-03-07 07:48:34 -08:00 committed by GitHub
parent c57dd1a4a8
commit 8fb616b61e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 70 additions and 26 deletions

View file

@ -43,7 +43,6 @@ impl LoweredRequirement {
group: Option<&GroupName>,
locations: &'data IndexLocations,
workspace: &'data Workspace,
git_member: Option<&'data GitWorkspaceMember<'data>>,
) -> impl Iterator<Item = Result<Self, LoweringError>> + 'data {
// Identify the source from the `tool.uv.sources` table.