File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 echo "password=$PYPI_TOKEN" >> ~/.pypirc
5757 - name : release
5858 run : |
59- python3 -m pip install --upgrade twine
59+ python3 -m pip install --upgrade setuptools wheel build twine
6060 make build
6161 python3 -m twine upload --repository pypi dist/*
6262 echo "deployed to pypi"
Original file line number Diff line number Diff line change 77doc :
88 pipenv run pdoc deriv_api --force --html -o docs/html --template-dir docs/templates
99build :
10- pip3 install build && python3 -m build
10+ pip3 install --upgrade setuptools wheel build && python3 -m build
1111coverage :
1212 pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m
1313gh-pages :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ A python implementation of deriv api library.
33
44[ ![ PyPI] ( https://img.shields.io/pypi/v/python_deriv_api.svg?style=flat-square )] ( https://pypi.org/project/python_deriv_api/ )
55[ ![ Python 3.9.6] ( https://img.shields.io/badge/python-3.9.6-blue.svg )] ( https://www.python.org/download/releases/3.9.6/ )
6- [ ![ Test status] ( https://circleci .com/gh/binary -com/python-deriv-api. svg?style=shield&circle-token=8b7c7b39615ea83053044854105bf90975b18126 )] ( https://app.circleci. com/pipelines/github /deriv-com/python-deriv-api )
6+ [ ![ Test status] ( https://github .com/deriv -com/python-deriv-api/actions/workflows/build.yml/badge. svg )] ( https://github. com/deriv-com/python-deriv-api )
77
88Go through [ api.deriv.com] ( https://api.deriv.com/ ) to know simple easy steps on how to register and get access.
99Use this all-in-one python library to set up and make your app running or you can extend it.
You can’t perform that action at this time.
0 commit comments