There was an error while loading. Please reload this page.
1 parent 407b4e8 commit 092c989Copy full SHA for 092c989
makefile
@@ -20,9 +20,11 @@ install:
20
21
.PHONY : deploy
22
deploy:
23
+rm -rf dist
24
python setup.py register
25
python setup.py sdist --manifest-only
-python setup.py sdist --formats zip,gztar bdist_wheel --universal upload
26
+python setup.py sdist --formats zip,gztar bdist_wheel --universal
27
+twine upload dist/*
28
29
.PHONY : build
30
build:
0 commit comments