File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- uses : actions/checkout@v2
24
+ - name : Set up Python ${{ matrix.python-version }}
25
+ uses : actions/setup-python@v2
26
+ with :
27
+ python-version : ${{ matrix.python-version }}
24
28
- name : Run build pipeline for linting, testing & packaging verification.
25
29
uses : pypyr/run-in-tox-action@master
26
30
with :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v2
12
+ - name : Set up Python
13
+ uses : actions/setup-python@v2
14
+ with :
15
+ python-version : ' 3.x'
12
16
- name : Run publish pipeline
13
17
uses : pypyr/run-in-tox-action@master
14
18
with :
Original file line number Diff line number Diff line change 18
18
with :
19
19
# pull all tags also
20
20
fetch-depth : 0
21
+ - name : Set up Python
22
+ uses : actions/setup-python@v2
23
+ with :
24
+ python-version : ' 3.x'
21
25
- name : run tag pipeline.
22
26
uses : pypyr/run-in-tox-action@master
23
27
with :
You can’t perform that action at this time.
0 commit comments