Respect [[tool.uv.index]] in PEP 723 scripts (#9208)
## Summary There was a typo here, combined with a lack of test coverage. Closes https://github.com/astral-sh/uv/issues/9201.
This commit is contained in:
@@ -275,7 +275,7 @@ pub struct ToolUv {
|
||||
pub override_dependencies: Option<Vec<uv_pep508::Requirement<VerbatimParsedUrl>>>,
|
||||
pub constraint_dependencies: Option<Vec<uv_pep508::Requirement<VerbatimParsedUrl>>>,
|
||||
pub sources: Option<BTreeMap<PackageName, Sources>>,
|
||||
pub indexes: Option<Vec<Index>>,
|
||||
pub index: Option<Vec<Index>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
||||
Reference in New Issue
Block a user