Skip to content

Commit a58f34d

Browse files
committed
ci: remove UPX for py312
1 parent 599b9e3 commit a58f34d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pyinstaller.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install pyinstaller "PySide6-Essentials==6.6.3.1" "aiohttp==3.12.15"
2828
29-
- name: Install UPX
30-
uses: crazy-max/ghaction-upx@v3
31-
with:
32-
install-only: true
33-
3429
- name: Package application
3530
run: |
3631
pyinstaller -i icons/icon.ico -F -w --clean --log-level WARN main.py

0 commit comments

Comments
 (0)