File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
defaults :
20
20
run :
21
- shell : bash -l {0}
21
+ shell : bash -e {0}
22
22
23
23
jobs :
24
24
build :
80
80
py_cmd : python
81
81
steps :
82
82
- name : Install Python
83
- uses : actions/setup-python@v2
83
+ uses : actions/setup-python@v4
84
84
with :
85
85
python-version : ${{ matrix.python }}
86
86
architecture : ' x64'
90
90
path : ./dist
91
91
- name : Install the prerequisites
92
92
run : |
93
- ${{ matrix.py_cmd }} -m pip install pip wheel
93
+ ${{ matrix.py_cmd }} -m pip install -U pip wheel
94
94
- name : Install the package
95
95
run : |
96
96
cd dist
Original file line number Diff line number Diff line change 74
74
uses : actions/checkout@v2
75
75
76
76
- name : Install Python
77
- uses : actions/setup-python@v2
77
+ uses : actions/setup-python@v4
78
78
with :
79
79
python-version : ' 3.9'
80
80
architecture : ' x64'
You can’t perform that action at this time.
0 commit comments