Zanie Blue
Zanie Blue
I'm also seeing this frequently on v4, e.g. [this run](https://github.com/indygreg/python-build-standalone/actions/runs/11149234573/job/30987754348). It usually succeeds on retry. Is there any plan to have more robust retries in this action?
It's a little more sane with a couple requests: ``` ❯ cargo run -q -- python uninstall 3.11 3.12 warning: `uv python uninstall` is experimental and may change without warning....
(This is a consequence of PyTorch using the spec differently than it was intended, for details on the standards, see https://packaging.python.org/en/latest/specifications/version-specifiers/#local-version-identifiers)
Closed by https://github.com/benfred/py-spy/pull/642
> Any indexes defined via [[tool.uv.index]] take priority over any indexes defined via --index-url or --extra-index-url. > > (This is problematic, since as of now, there's no way to provide...
I wonder if we should have a separate schema for pinning transitive packages to a defined index? It could allow globs as well. I'm not sure what all the trade-offs...
You can use an API key in the PASSWORD variable — it works for anything that supports HTTP Basic Authentication.
You should open a new issue for this and we can discuss there
I'll need to take a closer look, but I was originally thinking we'd only do this for `requires-python` and that we'd enforce it when we read that value. It'd be...
I'll look into that, thanks!