fix: configure uv to use public PyPI

Add uv.toml to force public PyPI usage instead of internal artifactory.
Regenerate uv.lock with public registry for CI compatibility.
This commit is contained in:
Alex Notov
2025-09-07 15:47:39 -06:00
parent c1494a2073
commit dd8ef7dca4
2 changed files with 754 additions and 728 deletions

1479
uv.lock generated

File diff suppressed because it is too large Load Diff

3
uv.toml Normal file
View File

@@ -0,0 +1,3 @@
[[index]]
url = "https://pypi.org/simple"
default = true