File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
fetch-depth : 0
32
32
- name : Install the latest version of uv and set the python version
33
- uses : astral-sh/setup-uv@v5
33
+ uses : astral-sh/setup-uv@v6
34
34
- name : Build package
35
35
run : uv build
36
36
- name : Publish package distributions to PyPI
49
49
with :
50
50
fetch-depth : 0
51
51
- name : Install the latest version of uv and set the python version
52
- uses : astral-sh/setup-uv@v5
52
+ uses : astral-sh/setup-uv@v6
53
53
- name : Build docs
54
54
run : |
55
55
uv sync --group docs
Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
- name : Install the latest version of uv and set the python version
17
- uses : astral-sh/setup-uv@v5
17
+ uses : astral-sh/setup-uv@v6
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
20
- name : Run linting
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Install the latest version of uv and set the python version
34
- uses : astral-sh/setup-uv@v5
34
+ uses : astral-sh/setup-uv@v6
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
- name : Test with python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments