Zanie Blue
Zanie Blue
Feel free to just post the PR and we can see if CI works. ``` runs-on: labels: windows-latest-large name: "build binary | windows" ``` You need to change the `runs-on`...
I set one up, see https://github.com/astral-sh/uv/issues/1141#issuecomment-2571421457
Thanks! Seems like something weird is going on here.
I think @charliermarsh is likely to have some insight. I agree it seems sensible that `--package` should just start at an arbitrary package in the tree — but it's worth...
I believe you're looking for `uv tool install -e .`. You'll need to configure a [build system](https://docs.astral.sh/uv/concepts/projects/#build-systems) too.
@pchalasani that's just defining a CLI for your library https://docs.astral.sh/uv/concepts/projects/config/#command-line-interfaces — is your library published?
Seems reasonable to me, see https://github.com/astral-sh/uv/pull/9795
`uv add`, `uv pip install`, etc. are all "online" actions
Yep! `UV_PYTHON_INSTALL_MIRROR`
Described at https://docs.astral.sh/uv/configuration/environment/