Files
claude-cookbooks/uv.toml
Alex Notov dd8ef7dca4 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.
2025-09-07 15:47:39 -06:00

3 lines
56 B
TOML

[[index]]
url = "https://pypi.org/simple"
default = true