From e24c1962eae4e2989ed1f498e3062b473b6dd2bf Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sun, 23 Apr 2023 10:02:55 +0200 Subject: [PATCH] `Generate-sdist` needs `packaging` as a dependency (#8217) --- .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 16cff4506..6e79bb35b 100644 --- a/.ci/windows_ci.ps1 +++ b/.ci/windows_ci.ps1 @@ -24,7 +24,7 @@ function Update-version-metadata { } function Generate-sdist { - python -m pip install cython + python -m pip install cython packaging python setup.py sdist --formats=gztar python setup.py bdist_wheel --build_examples --universal python -m pip uninstall cython -y