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.
1 parent 2ff5f25 commit 2bc7540Copy full SHA for 2bc7540
travis_config.sh
@@ -16,7 +16,9 @@ function bdist_wheel_cmd {
16
local abs_wheelhouse=$1
17
CI_BUILD=1 pip wheel --wheel-dir="$PWD/dist" . --verbose $BDIST_PARAMS
18
cp dist/*.whl $abs_wheelhouse
19
- /opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
+ if [ -z "$IS_OSX" ]; then
20
+ /opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
21
+ fi
22
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
23
}
24
0 commit comments