mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Allow opt-in to .python-version
in uv init
with --pin-python
(#11265)
For use with `--bare`
This commit is contained in:
parent
7170c5d25c
commit
7ec68e1dda
6 changed files with 41 additions and 33 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue