mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-23 15:41:36 +00:00
wheel
This commit is contained in:
1
.github/actions/linux-install.sh
vendored
1
.github/actions/linux-install.sh
vendored
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user