Allow opt-in to .python-version in uv init with --pin-python (#11265)

For use with `--bare`
This commit is contained in:
Zanie Blue 2025-02-05 17:21:58 -06:00 committed by GitHub
parent 7170c5d25c
commit 7ec68e1dda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 41 additions and 33 deletions

View file

@ -329,5 +329,5 @@ cases uv will still configure a build system but will not create the expected fi
When `--bare` is used, additional features can still be used opt-in:
```console
$ uv init example --description "Hello world" --author-from git --vcs git
$ uv init example --bare --description "Hello world" --author-from git --vcs git --python-pin
```