Skip to content

Commit 327943b

Browse files
Fix pip package option name (#224)
Change-Id: I89ee4a8e693c56b75aee7a3e76e58a2dd99f5ee7 Signed-off-by: Freddie Liardet <[email protected]>
1 parent 5d89a57 commit 327943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def parse_arguments():
433433
)
434434
parser.add_argument(
435435
"--package-type",
436-
choices=["zip", "tgz", "pip", "source-zip", "source-tgz", "release_pip"],
436+
choices=["zip", "tgz", "pip", "source-zip", "source-tgz", "release-pip"],
437437
action="append",
438438
help="Create a package of a certain type",
439439
default=[],

0 commit comments

Comments
 (0)