Skip to content

Commit eaa5453

Browse files
committed
Update Makefile
1 parent a318ca1 commit eaa5453

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/py/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ lint:
1111
reformat:
1212
black bitprotolib
1313
isort bitprotolib
14+
15+
clean-pip-package:
16+
rm -rf dist build *egg-info
17+
18+
build-pip-package: clean-pip-package
19+
python setup.py sdist
20+
21+
upload-pip-package: build-pip-package
22+
twine upload --repository pypi dist/*

0 commit comments

Comments
 (0)