Skip to content

Commit

Permalink
back to wheel<0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Nov 26, 2023
1 parent 5be99d0 commit 156ee9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/windows_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Download-Packages() {


function Create-Packages() {
python -m pip install pip wheel setuptools --upgrade
python -m pip install pip wheel<0.38.0 setuptools --upgrade
python -m "win.$env:PACKAGE_TARGET" build_path "$(pwd)\$env:KIVY_BUILD_DIR" arch $env:PACKAGE_ARCH package $env:PACKAGE_TARGET output "$(pwd)\dist" cache "$(pwd)\$env:KIVY_BUILD_CACHE"
dir "$(pwd)\dist"
rm "$(pwd)\dist\*tar.gz"
Expand Down

0 comments on commit 156ee9a

Please sign in to comment.