Skip to content

Commit 791f578

Browse files
author
Lawrence Nahum
committed
pass python 2 and 3 as a single argument for osx build
1 parent 8b07cf4 commit 791f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ osx_release:
5353
- wally_dist/*
5454
script:
5555
- cd $CI_PROJECT_DIR
56-
- ./tools/build_python_wheels.sh python python3
56+
- ./tools/build_python_wheels.sh "python python3"
5757

5858
armv7l_release:
5959
tags:

0 commit comments

Comments
 (0)