Skip to content

Commit bb9a8a7

Browse files
committed
Merge branch 'fix-macos-wheel-name'
2 parents 1d2fe7e + 76bc0f4 commit bb9a8a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ script:
5959
fi
6060
- if [[ "${BUILD_TARGET}" = "macos" ]]; then
6161
delocate-wheel -w wheelhouse -v dist/*.whl;
62+
ls wheelhouse/*any.whl | sed -e 'p;s/any/macosx_10_9_x86_64/' | xargs -n2 mv;
6263
fi
6364
- if [[ "${BUILD_TARGET}" = "windows" ]]; then
6465
mkdir wheelhouse;

0 commit comments

Comments
 (0)