Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Dec 27, 2022
1 parent a318ca1 commit eaa5453
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ lint:
reformat:
black bitprotolib
isort bitprotolib

clean-pip-package:
rm -rf dist build *egg-info

build-pip-package: clean-pip-package
python setup.py sdist

upload-pip-package: build-pip-package
twine upload --repository pypi dist/*

0 comments on commit eaa5453

Please sign in to comment.