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 1818
1919defaults :
2020 run :
21- shell : bash -l {0}
21+ shell : bash -e {0}
2222
2323jobs :
2424 build :
8080 py_cmd : python
8181 steps :
8282 - name : Install Python
83- uses : actions/setup-python@v2
83+ uses : actions/setup-python@v4
8484 with :
8585 python-version : ${{ matrix.python }}
8686 architecture : ' x64'
9090 path : ./dist
9191 - name : Install the prerequisites
9292 run : |
93- ${{ matrix.py_cmd }} -m pip install pip wheel
93+ ${{ matrix.py_cmd }} -m pip install -U pip wheel
9494 - name : Install the package
9595 run : |
9696 cd dist
Original file line number Diff line number Diff line change 7474 uses : actions/checkout@v2
7575
7676 - name : Install Python
77- uses : actions/setup-python@v2
77+ uses : actions/setup-python@v4
7878 with :
7979 python-version : ' 3.9'
8080 architecture : ' x64'
You can’t perform that action at this time.
0 commit comments