File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -325,13 +325,12 @@ jobs:
325325
326326 # https://github.com/astral-sh/setup-uv
327327 - name : Install the latest version of uv
328- uses : astral-sh/setup-uv@v5
328+ uses : astral-sh/setup-uv@v7
329329 with :
330330 version : " latest"
331331 python-version : " 3.14"
332332 enable-cache : true
333333 cache-dependency-glob : " uv.lock"
334- pyproject-file : " pyproject.toml"
335334
336335 - name : Check uv is installed correctly
337336 run : uv version
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616
17- - uses : actions/setup-python@v5
17+ # https://github.com/astral-sh/setup-uv
18+ - name : Install the latest version of uv
19+ uses : astral-sh/setup-uv@v7
1820 with :
19- python-version-file : ' .python-version'
21+ version : " latest"
22+ python-version : " 3.14"
23+ enable-cache : true
24+ cache-dependency-glob : " uv.lock"
2025
2126 - name : Rerun all code generators we have
2227 run : bash ci/generate_code.sh
@@ -40,13 +45,12 @@ jobs:
4045
4146 # https://github.com/astral-sh/setup-uv
4247 - name : Install the latest version of uv
43- uses : astral-sh/setup-uv@v5
48+ uses : astral-sh/setup-uv@v7
4449 with :
4550 version : " latest"
4651 python-version : " 3.14"
4752 enable-cache : true
4853 cache-dependency-glob : " uv.lock"
49- pyproject-file : " pyproject.toml"
5054
5155 - name : Check uv is installed correctly
5256 run : uv version
Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ jobs:
2020
2121 # https://github.com/astral-sh/setup-uv
2222 - name : Install the latest version of uv
23- uses : astral-sh/setup-uv@v5
23+ uses : astral-sh/setup-uv@v7
2424 with :
2525 version : " latest"
2626 python-version : " 3.14"
2727 enable-cache : true
2828 cache-dependency-glob : " uv.lock"
29- pyproject-file : " pyproject.toml"
3029
3130 - name : Run the release notes script
3231 run : |
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ set -Eeuxo pipefail
33
44uv --version || pip install " uv==0.9.6"
55
6- python3 scripts/dockerfile_fragments.py
6+ uv run scripts/dockerfile_fragments.py
77bash scripts/pylocks_generator.sh
You can’t perform that action at this time.
0 commit comments