use setuptools, fix release script
This commit is contained in:
parent
68ce7160c2
commit
378a7d7fcd
@ -32,7 +32,7 @@ def release():
|
||||
os.system("git push --tags")
|
||||
ans = input("upload to pip?(Y/n)")
|
||||
if ans in ("", "y", "yes"):
|
||||
os.system("rm -rf sdist/*")
|
||||
os.system("rm -rf dist/*")
|
||||
os.system("python setup.py sdist")
|
||||
os.system("twine upload dist/*")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user