Skip to content

Commit

Permalink
Merge branch 'fix-macos-wheel-name'
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Dec 10, 2019
2 parents 1d2fe7e + 76bc0f4 commit bb9a8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ script:
fi
- if [[ "${BUILD_TARGET}" = "macos" ]]; then
delocate-wheel -w wheelhouse -v dist/*.whl;
ls wheelhouse/*any.whl | sed -e 'p;s/any/macosx_10_9_x86_64/' | xargs -n2 mv;
fi
- if [[ "${BUILD_TARGET}" = "windows" ]]; then
mkdir wheelhouse;
Expand Down

0 comments on commit bb9a8a7

Please sign in to comment.