File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 10
10
version = version .strip ('"' )
11
11
12
12
with open (env_file , "a" ) as myfile :
13
- myfile .write ("APP_VERSION =" + version )
13
+ myfile .write ("PYAPP_PROJECT_VERSION =" + version )
14
14
exit (0 )
Original file line number Diff line number Diff line change 29
29
python ..\.github\scripts\get_version.py
30
30
echo "${{ env.APP_VERSION }}"
31
31
- name : Setup PyOxidizer and build
32
+ env :
33
+ PYAPP_FULL_ISOLATION : 1
34
+ PYAPP_PROJECT_NAME : gefyra
35
+ PYAPP_EXEC_SPEC : gefyra.cli.main:main
36
+ PYAPP_PIP_EXTRA_ARGS : click alive-progress tabulate cli-tracker
37
+ PYAPP_DISTRIBUTION_EMBED : 1
32
38
working-directory : client/
33
39
run : |
34
40
Invoke-WebRequest 'https://github.com/ofek/pyapp/releases/latest/download/source.tar.gz' -OutFile .\pyapp-source.tar.gz
You can’t perform that action at this time.
0 commit comments