Use pip to build wheel so it uses pyproject.toml. (#6659)

* Use pip to build wheel so it uses pyproject.toml [build wheel win]

* [build wheel win]
This commit is contained in:
matham 2019-12-21 16:32:28 -05:00 committed by GitHub
parent 2306a0a492
commit 3bbe62d077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ function Generate-sdist {
} }
function Generate-windows-wheels { function Generate-windows-wheels {
python setup.py bdist_wheel pip wheel --no-deps . -w dist/
} }
function Rename-windows-wheels { function Rename-windows-wheels {