From 24684abc1da1955b4923a4ea0584bc29ba11c2e6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 May 2021 08:56:17 -0400 Subject: [PATCH] wheel --- .github/actions/linux-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/linux-install.sh b/.github/actions/linux-install.sh index 9286c6ef..47253948 100755 --- a/.github/actions/linux-install.sh +++ b/.github/actions/linux-install.sh @@ -3,6 +3,7 @@ export gampath="${distpath}/gam" rm -rf $gampath #mkdir -p $gampath #export gampath=$(readlink -e $gampath) +$pip install wheel $python -OO -m PyInstaller --clean --noupx --strip -F --distpath $distpath gam.spec export gam="${gampath}/gam" export GAMVERSION=`$gam version simple`