File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
# Set fetch-depth: 0 to fetch all history for all branches and tags.
20
20
fetch-depth : 0 # Needed for setuptools_scm to work correctly
21
21
- name : Install uv
22
- uses : astral-sh/setup-uv@v5
22
+ uses : astral-sh/setup-uv@v6
23
23
24
24
- name : Set up Python ${{ matrix.python-version }}
25
25
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 22
22
# Set fetch-depth: 0 to fetch all history for all branches and tags.
23
23
fetch-depth : 0 # Needed for setuptools_scm to work correctly
24
24
- name : Install uv and set the python version
25
- uses : astral-sh/setup-uv@v5
25
+ uses : astral-sh/setup-uv@v6
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
- name : Install the project
Original file line number Diff line number Diff line change 17
17
# Set fetch-depth: 0 to fetch all history for all branches and tags.
18
18
fetch-depth : 0 # Needed for setuptools_scm to work correctly
19
19
- name : Install uv and set the python version
20
- uses : astral-sh/setup-uv@v5
20
+ uses : astral-sh/setup-uv@v6
21
21
with :
22
22
python-version : 3.13
23
23
- name : Install the project
You can’t perform that action at this time.
0 commit comments