There was an error while loading. Please reload this page.
1 parent 7178c81 commit cb3a066Copy full SHA for cb3a066
Makefile
@@ -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