File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
14
14
python-version :
15
15
description : ' The version of Python to use in the CI'
16
16
required : true
17
- default : ' 3.x '
17
+ default : ' 3.11 '
18
18
package-prefix :
19
19
description : |
20
20
The prefix (or name) of your pacakge (if applicable) to use
40
40
awk -F '\/' '{ print tolower($2) }' |
41
41
tr '_' '-'
42
42
) >> $GITHUB_OUTPUT
43
- - name : Set up Python 3.x
43
+ - name : Set up requested Python version
44
44
uses : actions/setup-python@v4
45
45
with :
46
46
python-version : ${{ inputs.python-version }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
14
14
python-version :
15
15
description : ' The version of Python to use in the CI'
16
16
required : true
17
- default : ' 3.x '
17
+ default : ' 3.11 '
18
18
runs :
19
19
using : " composite"
20
20
steps :
You can’t perform that action at this time.
0 commit comments