From 3bbe62d077547b0b811ae88155f1de0beed8b31d Mon Sep 17 00:00:00 2001 From: matham Date: Sat, 21 Dec 2019 16:32:28 -0500 Subject: [PATCH] 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] --- .ci/windows_ci.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/windows_ci.ps1 b/.ci/windows_ci.ps1 index cb78f81db..b0ab2fdf9 100644 --- a/.ci/windows_ci.ps1 +++ b/.ci/windows_ci.ps1 @@ -4,7 +4,7 @@ function Generate-sdist { } function Generate-windows-wheels { - python setup.py bdist_wheel + pip wheel --no-deps . -w dist/ } function Rename-windows-wheels {