must install wheel to build wheels with pip wheel it seems

This commit is contained in:
Jean-Paul Calderone 2023-08-09 12:53:07 -04:00
parent 4db44dc178
commit 65d76c2e3c

View File

@ -258,6 +258,7 @@ jobs:
if ((Test-Path .\wheelhouse) -and (Test-Path .\wheelhouse\*)) {
echo "Found populated wheelhouse, skipping wheel building."
} else {
python -m pip install wheel
python -m pip wheel --wheel-dir $env:PIP_FIND_LINKS .[testenv] .[test]
}