File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1010 name : Upload Release Asset
1111 runs-on : windows-latest
1212 steps :
13- - uses : actions/setup-python@v3
13+ - uses : actions/setup-python@v4
1414 with :
15- python-version : ' 3.10.4 '
15+ python-version : ' 3.10.5 '
1616
1717 - name : Checkout code
1818 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1010 name : Test Python set up
1111 runs-on : windows-latest
1212 steps :
13- - uses : actions/setup-python@v3
13+ - uses : actions/setup-python@v4
1414 with :
15- python-version : ' 3.10.4 '
15+ python-version : ' 3.10.5 '
1616
1717 - name : Check out code
1818 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 33setlocal enableDelayedExpansion
44
55set " PYTHON_REF = https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe"
6+ @ REM one should change python version in github action workflows when changed here
7+
68set PYTHON = " python.exe"
79set PIP = " pip3.exe"
810if " %RUNNER_TOOL_CACHE% " == " " (
You can’t perform that action at this time.
0 commit comments