File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
steps :
13
13
- uses : actions/setup-python@v2
14
14
- run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v2.3.4
16
16
- run : python setup.py sdist bdist_wheel
17
17
- run : python -m twine check dist/*
18
18
19
19
standardjs :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v2.3.4
23
23
24
24
with :
25
25
node-version : ' 12.x'
31
31
steps :
32
32
- uses : actions/setup-python@v2
33
33
- run : python -m pip install -U setuptools wheel
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v2.3.4
35
35
- run : sudo apt-get install -y gettext graphviz
36
36
- run : python setup.py develop
37
37
- run : python setup.py build_sphinx -W -b doctest -b html
62
62
mkdir bin
63
63
curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
64
64
unzip chromedriver_linux64.zip -d bin
65
- - uses : actions/checkout@v1
65
+ - uses : actions/checkout@v2.3.4
66
66
- name : Install dependencies
67
67
run : |
68
68
python -m pip install --upgrade pip setuptools wheel codecov
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/setup-python@v2
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v2.3.4
13
13
- name : Install Python dependencies
14
14
run : python -m pip install --upgrade pip setuptools wheel twine
15
15
- name : Build dist packages
25
25
steps :
26
26
27
27
- uses : actions/setup-python@v1
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v2.3.4
29
29
- run : python set_version.py
30
30
- name : Upload packages
31
31
run : npm publish
You can’t perform that action at this time.
0 commit comments