File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Install UV
22
22
uses : astral-sh/setup-uv@v5
23
+ with :
24
+ version : " >=0.5.24"
23
25
24
26
- name : Install dependencies
25
27
run : |
32
34
- name : Publish package on TestPyPI
33
35
uses : pypa/gh-action-pypi-publish@release/v1
34
36
with :
35
- user : __token__
36
37
password : ${{ secrets.TEST_PYPI_TOKEN }}
37
38
repository-url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 25
25
26
26
- name : Install UV
27
27
uses : astral-sh/setup-uv@v5
28
+ with :
29
+ version : " >=0.5.24"
28
30
29
31
- name : Install dependencies
30
32
run : |
Original file line number Diff line number Diff line change 40
40
41
41
- name : Install UV
42
42
uses : astral-sh/setup-uv@v5
43
+ with :
44
+ version : " >=0.5.24"
43
45
44
46
- name : Install dependencies
45
47
run : |
@@ -102,6 +104,8 @@ jobs:
102
104
103
105
- name : Install UV
104
106
uses : astral-sh/setup-uv@v5
107
+ with :
108
+ version : " >=0.5.24"
105
109
106
110
- name : Download coverage data
107
111
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments