💄 fix reversed flag for updating latest version.
This commit is contained in:
parent
6c3dc9e526
commit
9ba08d5e67
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def parse_args():
|
||||||
parser = argparse.ArgumentParser(description='upload distribution file')
|
parser = argparse.ArgumentParser(description='upload distribution file')
|
||||||
parser.add_argument('-n', '--no-update-version',
|
parser.add_argument('-n', '--no-update-version',
|
||||||
help='Do not update the latest version file',
|
help='Do not update the latest version file',
|
||||||
action='store_false')
|
action='store_true')
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue