Skip to content

Commit 370bdf0

Browse files
committed
upgrade tools
1 parent fd23607 commit 370bdf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test:
77
doc:
88
pipenv run pdoc deriv_api --force --html -o docs/html --template-dir docs/templates
99
build:
10-
pip3 install build && python3 -m build
10+
pip3 install --upgrade setuptools wheel build && python3 -m build
1111
coverage:
1212
pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m
1313
gh-pages:

0 commit comments

Comments
 (0)