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 1212 uses : actions/checkout@v2
1313
1414 - 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'
1818
1919 - name : Install dependencies
2020 run : make build
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v2
1515
1616 - 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'
2020 - name : Run tests
2121 env :
2222 SANDBOX_API_KEY : ${{ secrets.SANDBOX_API_KEY }}
Original file line number Diff line number Diff line change 99
1010test :
1111 pip install -r test-requirements.txt && \
12+ pip install -r requirements.txt && \
1213 python -m unittest discover test/
1314
1415publish :
1516 python3 -m pip install --user --upgrade twine && \
1617 python3 -m twine upload -r pypi dist/* --config-file .pypirc
1718
18- .PHONY : build test lint
19+ .PHONY : build test lint publish
You can’t perform that action at this time.
0 commit comments