File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
prepare-pypi-distribution Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 41
41
python-version : ${{ inputs.python_version }}
42
42
43
43
- name : Set up uv package manager
44
- uses : astral-sh/setup-uv@v5
44
+ uses : astral-sh/setup-uv@v6
45
45
with :
46
46
python-version : ${{ inputs.python_version }}
47
47
Original file line number Diff line number Diff line change 37
37
python-version : ${{ inputs.python_version }}
38
38
39
39
- name : Set up uv package manager
40
- uses : astral-sh/setup-uv@v5
40
+ uses : astral-sh/setup-uv@v6
41
41
with :
42
42
python-version : ${{ inputs.python_version }}
43
43
Original file line number Diff line number Diff line change 40
40
python-version : ${{ matrix.python-version }}
41
41
42
42
- name : Set up uv package manager
43
- uses : astral-sh/setup-uv@v5
43
+ uses : astral-sh/setup-uv@v6
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
92
92
python-version : ${{ matrix.python-version }}
93
93
94
94
- name : Set up uv package manager
95
- uses : astral-sh/setup-uv@v5
95
+ uses : astral-sh/setup-uv@v6
96
96
with :
97
97
python-version : ${{ matrix.python-version }}
98
98
Original file line number Diff line number Diff line change 27
27
python-version : ${{ matrix.python-version }}
28
28
29
29
- name : Set up uv package manager
30
- uses : astral-sh/setup-uv@v5
30
+ uses : astral-sh/setup-uv@v6
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
Original file line number Diff line number Diff line change 27
27
python-version : ${{ matrix.python-version }}
28
28
29
29
- name : Set up uv package manager
30
- uses : astral-sh/setup-uv@v5
30
+ uses : astral-sh/setup-uv@v6
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
Original file line number Diff line number Diff line change 35
35
python-version : ${{ matrix.python-version }}
36
36
37
37
- name : Set up uv package manager
38
- uses : astral-sh/setup-uv@v5
38
+ uses : astral-sh/setup-uv@v6
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
Original file line number Diff line number Diff line change 30
30
python-version : ${{ inputs.python_version }}
31
31
32
32
- name : Set up uv package manager
33
- uses : astral-sh/setup-uv@v5
33
+ uses : astral-sh/setup-uv@v6
34
34
with :
35
35
python-version : ${{ inputs.python_version }}
36
36
You can’t perform that action at this time.
0 commit comments