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:
141
141
- cmd : |
142
142
"%PYTHON%/python.exe" -m pip install --upgrade pip
143
143
"%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
145
145
146
146
before_test :
147
147
- ps : |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function bdist_wheel_cmd {
14
14
# copied from multibuild's common_utils.sh
15
15
# add osx deployment target so it doesnt default to 10.6
16
16
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
18
18
cp dist/* .whl $abs_wheelhouse
19
19
if [ -n " $USE_CCACHE " -a -z " $BREW_BOOTSTRAP_MODE " ]; then ccache -s; fi
20
20
}
You can’t perform that action at this time.
0 commit comments