We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d2fe7e + 76bc0f4 commit bb9a8a7Copy full SHA for bb9a8a7
.travis.yml
@@ -59,6 +59,7 @@ script:
59
fi
60
- if [[ "${BUILD_TARGET}" = "macos" ]]; then
61
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;
63
64
- if [[ "${BUILD_TARGET}" = "windows" ]]; then
65
mkdir wheelhouse;
0 commit comments