Skip to content

Commit cb3a066

Browse files
committed
add build and upload script
1 parent 7178c81 commit cb3a066

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.PHONY: build upload
2+
3+
build:
4+
python3 -m pip install --upgrade build
5+
python3 -m build
6+
7+
upload:
8+
python3 -m pip install --upgrade twine
9+
python3 -m twine upload --repository pypi dist/*

0 commit comments

Comments
 (0)