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 9
9
steps :
10
10
- uses : actions/checkout@v2.3.4
11
11
- name : Set up Python ${{ matrix.python-version }}
12
- uses : actions/setup-python@v1
12
+ uses : actions/setup-python@v2.2.1
13
13
with :
14
14
python-version : ${{ matrix.python-version }}
15
15
- name : Install gettext
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- name : Install gettext
15
15
run : sudo apt-get install gettext -y
16
- - uses : actions/setup-python@v2
16
+ - uses : actions/setup-python@v2.2.1
17
17
- run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
18
18
- uses : actions/checkout@v2.3.4
19
19
- run : python setup.py sdist bdist_wheel
32
32
- " 3.1"
33
33
steps :
34
34
- name : Set up Python ${{ matrix.python-version }}
35
- uses : actions/setup-python@v1
35
+ uses : actions/setup-python@v2.2.1
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
38
- uses : actions/checkout@v2.3.4
You can’t perform that action at this time.
0 commit comments