File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v2
13
13
14
14
- name : Setup Python
15
- - uses : actions/setup-python@v2
16
- with :
17
- python-version : ' 3.x'
15
+ uses : actions/setup-python@v2
16
+ with :
17
+ python-version : ' 3.x'
18
18
19
19
- name : Install dependencies
20
20
run : make build
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v2
15
15
16
16
- name : Setup Python
17
- - uses : actions/setup-python@v2
18
- with :
19
- python-version : ' 3.x'
17
+ uses : actions/setup-python@v2
18
+ with :
19
+ python-version : ' 3.x'
20
20
- name : Run tests
21
21
env :
22
22
SANDBOX_API_KEY : ${{ secrets.SANDBOX_API_KEY }}
Original file line number Diff line number Diff line change 9
9
10
10
test :
11
11
pip install -r test-requirements.txt && \
12
+ pip install -r requirements.txt && \
12
13
python -m unittest discover test/
13
14
14
15
publish :
15
16
python3 -m pip install --user --upgrade twine && \
16
17
python3 -m twine upload -r pypi dist/* --config-file .pypirc
17
18
18
- .PHONY : build test lint
19
+ .PHONY : build test lint publish
You can’t perform that action at this time.
0 commit comments