Jo
Jo
## Summary Similiar to `cargo init --vcs `, this PR adds the `--vcs ` flag for `uv init`, allowing to create a version control system during initialization. By default, `uv...
## Summary Migrate all directory related logic to `etcetera`, eliminated two dependecies.
## Summary This PR modifies `uv init` and `uv python pin` to read and write the Python version file from the discovered workspace root, instead of the current working directory....
## Summary Before: ```console $ cargo run -- --version uv 0.5.7 (b17902da0 2024-12-09) ``` After: ```console $ cargo run -- --version uv 0.5.7+14 (7cd0ab77a 2024-12-09) ``` Currently `cargo run --...
## Summary Add `uv tool list --outdated`, similar to `uv tree --outdated` and `uv pip list --outdated`, to display only outdated tools. ```console cargo run -- tool list --outdated ipython...
## Version cargo-dist v0.27.0 ## Description Hi, I’m experiencing an issue with my GitHub Action in the [build-global-artifacts step](https://github.com/j178/prefligit/actions/runs/12631587506/job/35193816323). This step uses the command `dist build --tag=v0.0.8 --output-format=json --artifacts=global` to...