File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ build_script:
141141- cmd : |
142142 "%PYTHON%/python.exe" -m pip install --upgrade pip
143143 "%PYTHON%/python.exe" -m pip install --upgrade setuptools
144- "%PYTHON%/python.exe" -m pip wheel . --verbose -- wheel-dir=dist
144+ "%PYTHON%/python.exe" -m pip wheel -- wheel-dir=%cd%\ dist . --verbose
145145
146146before_test :
147147- ps : |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function bdist_wheel_cmd {
1414 # copied from multibuild's common_utils.sh
1515 # add osx deployment target so it doesnt default to 10.6
1616 local abs_wheelhouse=$1
17- pip wheel . --no-build-isolation --verbose -- wheel-dir=dist $BDIST_PARAMS
17+ pip wheel . --wheel-dir=" $PWD / dist" --verbose $BDIST_PARAMS
1818 cp dist/* .whl $abs_wheelhouse
1919 if [ -n " $USE_CCACHE " -a -z " $BREW_BOOTSTRAP_MODE " ]; then ccache -s; fi
2020}
You can’t perform that action at this time.
0 commit comments