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 7
7
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v1
10
+ - uses : actions/checkout@v2.3.4
11
11
- name : Set up Python ${{ matrix.python-version }}
12
12
uses : actions/setup-python@v1
13
13
with :
Original file line number Diff line number Diff line change 15
15
run : sudo apt-get install gettext -y
16
16
- uses : actions/setup-python@v2
17
17
- run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v2.3.4
19
19
- run : python setup.py sdist bdist_wheel
20
20
- run : python -m twine check dist/*
21
21
35
35
uses : actions/setup-python@v1
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
- - uses : actions/checkout@v1
38
+ - uses : actions/checkout@v2.3.4
39
39
- name : Install dependencies
40
40
run : |
41
41
python -m pip install --upgrade pip setuptools codecov
You can’t perform that action at this time.
0 commit comments