mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Use 'Upload' instead of 'Download' in publish reporter (#12029)
## Summary Closes https://github.com/astral-sh/uv/issues/12026.
This commit is contained in:
parent
c57dd1a4a8
commit
8fb616b61e
3 changed files with 70 additions and 26 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue