File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ permissions:
14
14
contents : write
15
15
pull-requests : write
16
16
17
+ env :
18
+ PYTHON_VERSION : 3.12
19
+
17
20
jobs :
18
21
# Get installs from rye and run rye run clean to format
19
22
format :
27
30
- uses : ./.github/actions/python-package-shared-setup
28
31
with :
29
32
rye-version : ${{ vars.RYE_VERSION }}
30
- python-version : ${{ inputs.python-version }}
33
+ python-version : ${{ env.PYTHON_VERSION }}
31
34
- name : Format
32
35
working-directory : examples
33
36
run : rye run clean
69
72
- uses : ./.github/actions/python-package-shared-setup
70
73
with :
71
74
rye-version : ${{ vars.RYE_VERSION }}
72
- python-version : ${{ inputs.python-version }}
75
+ python-version : ${{ env.PYTHON_VERSION }}
73
76
- name : Create readme
74
77
working-directory : examples
75
78
run : rye run create-readme
Original file line number Diff line number Diff line change 8
8
paths :
9
9
- examples/README.md
10
10
11
+ env :
12
+ PYTHON_VERSION : 3.12
13
+
11
14
jobs :
12
15
custompages :
13
16
if : github.event.pull_request.merged == true
17
20
- uses : ./.github/actions/python-package-shared-setup
18
21
with :
19
22
rye-version : ${{ vars.RYE_VERSION }}
20
- python-version : ${{ inputs .python-version }}
23
+ python-version : ${{ env .python-version }}
21
24
- name : Create readme
22
25
working-directory : examples
23
26
run : rye run create-doc-readme
You can’t perform that action at this time.
0 commit comments