mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
setup-python/v5
exists, v6
don't exists. (#14533)
## Summary I suddenly found wrong documentation with setup-python in https://docs.astral.sh/uv/guides/integration/github/#setting-up-python. `setup-python/v5` exists, `setup-python/v6` don't exists. ## Test Plan nothing
This commit is contained in:
parent
92716606e5
commit
f900ef9e57
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ jobs:
|
|||
uses: astral-sh/setup-uv@v6
|
||||
|
||||
- name: "Set up Python"
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version-file: ".python-version"
|
||||
```
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
|||
uses: astral-sh/setup-uv@v6
|
||||
|
||||
- name: "Set up Python"
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version-file: "pyproject.toml"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue