Don't check valid upload when -p is specified

This commit is contained in:
Cheng Zhao 2015-07-03 17:28:36 +08:00
parent d158dbdb68
commit 4c76112698

View file

@ -38,6 +38,7 @@ MKSNAPSHOT_NAME = 'mksnapshot-{0}-{1}-{2}.zip'.format(ATOM_SHELL_VERSION,
def main():
args = parse_args()
if not args.publish_release:
if not dist_newer_than_head():
create_dist = os.path.join(SOURCE_ROOT, 'script', 'create-dist.py')
execute([sys.executable, create_dist])