File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 72
72
python-version : " 3.12.9"
73
73
- name : Install dependencies
74
74
run : |
75
- python3 -m pip install --upgrade pip setuptools wheel
76
- python3 -m pip install pyinstaller==6.7 .0
77
- python3 -m pip install -r requirements.txt
75
+ python3 -m pip install uv
76
+ python3 -m uv pip install pyinstaller==6.12 .0
77
+ python3 -m uv sync --active
78
78
- name : Create Executable with PyInstaller
79
79
run : |
80
80
pyinstaller \
Original file line number Diff line number Diff line change 92
92
python-version : " 3.12.9"
93
93
- name : Install dependencies
94
94
run : |
95
- python3 -m pip install --upgrade pip setuptools wheel
96
- python3 -m pip install pyinstaller==6.7 .0
97
- python3 -m pip install -r requirements.txt
95
+ python3 -m pip install uv
96
+ python3 -m uv pip install pyinstaller==6.12 .0
97
+ python3 -m uv sync --active
98
98
- name : Create Executable with Pyinstaller
99
99
run : |
100
100
pyinstaller \
Original file line number Diff line number Diff line change 90
90
python-version : " 3.12.9"
91
91
- name : Install dependencies
92
92
run : |
93
- python3 -m pip install --upgrade pip pyinstaller setuptools wheel
94
- python3 -m pip install pyinstaller==6.7 .0
95
- python3 -m pip install -r requirements.txt
93
+ python3 -m pip install uv
94
+ python3 -m uv pip install pyinstaller==6.12 .0
95
+ python3 -m uv sync --active
96
96
- name : Create Executable with Pyinstaller
97
97
run : |
98
98
pyinstaller \
Original file line number Diff line number Diff line change 51
51
run : |
52
52
python.exe -m venv .\venv
53
53
& .\venv\Scripts\activate
54
- pip install --upgrade pip setuptools wheel
55
- pip install pyinstaller==6.7 .0 pypiwin32==223
56
- pip install -r requirements.txt
54
+ python.exe -m pip install uv
55
+ python.exe -m uv pip install pyinstaller==6.12 .0 pypiwin32==223
56
+ python.exe -m uv sync --active
57
57
- name : Create Executable with Pyinstaller
58
58
run : |
59
59
& .\venv\Scripts\activate
You can’t perform that action at this time.
0 commit comments