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 2bc7540 commit 689a9e1Copy full SHA for 689a9e1
travis_config.sh
@@ -14,7 +14,7 @@ function bdist_wheel_cmd {
14
# copied from multibuild's common_utils.sh
15
# add osx deployment target so it doesnt default to 10.6
16
local abs_wheelhouse=$1
17
- CI_BUILD=1 pip wheel --wheel-dir="$PWD/dist" . --verbose $BDIST_PARAMS
+ CI_BUILD=1 pip wheel --wheel-dir="$PWD/dist" . $BDIST_PARAMS
18
cp dist/*.whl $abs_wheelhouse
19
if [ -z "$IS_OSX" ]; then
20
/opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py
0 commit comments