From f8d6fab52bc046618daec230b3d3dd6b82511ec1 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 28 Feb 2014 20:45:45 +0800 Subject: [PATCH] Do not publish release by default. --- script/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/upload.py b/script/upload.py index 15570ce848d6..6d10cfd0b232 100755 --- a/script/upload.py +++ b/script/upload.py @@ -65,7 +65,7 @@ def parse_args(): default=ATOM_SHELL_VRESION) parser.add_argument('-n', '--no-publish-release', help='Do not publish the release', - action='store_true') + action='store_false') return parser.parse_args()