Skip to content

Commit 76bc0f4

Browse files
committed
travis-ci: fix wheel name on macOS
1 parent 1d2fe7e commit 76bc0f4

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)