Commit e4737b59 authored by oroulet's avatar oroulet

update release script

parent a2234dcc
......@@ -32,7 +32,8 @@ def release():
os.system("git push --tags")
ans = input("upload to pip?(Y/n)")
if ans in ("", "y", "yes"):
#os.system("python setup.py sdist")
os.system("rm -rf sdist/*")
os.system("python setup.py sdist")
os.system("twine upload dist/*")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment