File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- - name : Set up Python
21
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
22
- with :
23
- python-version : " 3.12"
24
20
- name : Set up Python environment
25
21
uses : ./setup-uv
26
22
- run : uv --version
@@ -32,13 +28,11 @@ jobs:
32
28
- name : Checkout
33
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
30
- name : Set up Python
35
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
36
- with :
37
- python-version : " 3.12"
38
31
- name : Set up Python environment
39
32
uses : ./setup-uv
40
33
with :
41
34
version : 0.4.0
35
+ python-version : " 3.12"
42
36
- run : uv --version
43
37
44
38
setup_uv_lockfile :
@@ -47,14 +41,11 @@ jobs:
47
41
steps :
48
42
- name : Checkout
49
43
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
- - name : Set up Python
51
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
52
- with :
53
- python-version : " 3.12"
54
44
- name : Set up Python environment
55
45
uses : ./setup-uv
56
46
with :
57
47
lockfile : .github/workflows/lockfile.txt
48
+ python-version : " 3.12"
58
49
- run : uv --version
59
50
- run : python -m build --version
60
51
@@ -64,15 +55,12 @@ jobs:
64
55
steps :
65
56
- name : Checkout
66
57
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
67
- - name : Set up Python
68
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
69
- with :
70
- python-version : " 3.12"
71
58
- name : Set up Python environment
72
59
uses : ./setup-uv
73
60
with :
74
61
lockfile : .github/workflows/lockfile.txt
75
62
only-binary : " :none:"
63
+ python-version : " 3.12"
76
64
- run : uv --version
77
65
- run : python -m build --version
78
66
You can’t perform that action at this time.
0 commit comments