Don't check valid upload when -p is specified
This commit is contained in:
parent
d158dbdb68
commit
4c76112698
1 changed files with 11 additions and 10 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue