File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
ref : ${{ github.event.pull_request.base.sha }}
24
24
fetch-depth : 0
25
25
26
- - uses : astral-sh/setup-uv@v3
26
+ - uses : astral-sh/setup-uv@v4
27
27
with :
28
28
enable-cache : true
29
29
cache-dependency-glob : pyproject.toml
Original file line number Diff line number Diff line change 27
27
with :
28
28
python-version : 3.12
29
29
30
- - uses : astral-sh/setup-uv@v3
30
+ - uses : astral-sh/setup-uv@v4
31
31
- run : uv pip install --upgrade setuptools_scm twine --system
32
32
33
33
- name : Force version for Test PyPI upload
Original file line number Diff line number Diff line change 38
38
with :
39
39
python-version : ${{ matrix.pyv }}
40
40
41
- - uses : astral-sh/setup-uv@v3
41
+ - uses : astral-sh/setup-uv@v4
42
42
with :
43
43
enable-cache : true
44
44
cache-dependency-glob : " **/pyproject.toml"
Original file line number Diff line number Diff line change 31
31
uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ' 3.12'
34
- - uses : astral-sh/setup-uv@v3
34
+ - uses : astral-sh/setup-uv@v4
35
35
with :
36
36
enable-cache : true
37
37
cache-dependency-glob : pyproject.toml
87
87
uses : actions/setup-python@v5
88
88
with :
89
89
python-version : ${{ matrix.pyv }}
90
- - uses : astral-sh/setup-uv@v3
90
+ - uses : astral-sh/setup-uv@v4
91
91
with :
92
92
enable-cache : true
93
93
cache-dependency-glob : pyproject.toml
You can’t perform that action at this time.
0 commit comments