Back to PyInstaller 6.9.0

This commit is contained in:
Ross Scroggs
2024-08-29 12:31:47 -07:00
parent 1eb1942085
commit b7c0a86b1f

View File

@@ -501,8 +501,8 @@ jobs:
git clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
git checkout "${latest_release}"
# git checkout "v6.9.0"
# git checkout "${latest_release}"
git checkout "v6.9.0"
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rvf PyInstaller/bootloader/*-*/*
cd bootloader