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 {