Skip to content

Commit

Permalink
pass python 2 and 3 as a single argument for osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Aug 7, 2018
1 parent 8b07cf4 commit 791f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ osx_release:
- wally_dist/*
script:
- cd $CI_PROJECT_DIR
- ./tools/build_python_wheels.sh python python3
- ./tools/build_python_wheels.sh "python python3"

armv7l_release:
tags:
Expand Down

0 comments on commit 791f578

Please sign in to comment.