forked from orbit-oss/flask
Fixed release script :(
This commit is contained in:
parent
62e7f5cea6
commit
5afeac0c19
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ def set_setup_version(version):
|
||||||
|
|
||||||
|
|
||||||
def build_and_upload():
|
def build_and_upload():
|
||||||
Popen([sys.executable, 'setup.py', 'sdist', 'release']).wait()
|
Popen([sys.executable, 'setup.py', 'release', 'sdist', 'upload']).wait()
|
||||||
|
|
||||||
|
|
||||||
def fail(message, *args):
|
def fail(message, *args):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue