Skip to content

Commit 099440b

Browse files
committedJan 23, 2023
[NEW] Make upload automation
1 parent 2d7fe92 commit 099440b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Upload the package into Pip
2+
upload:
3+
rm -rf dist
4+
python3 setup.py sdist bdist_wheel
5+
twine check dist/*
6+
twine upload dist/*

0 commit comments

Comments
 (0)