bump pyinstaller

This commit is contained in:
ilike2burnthing
2026-08-25 06:17:10 +01:00
committed by GitHub
parent a4370cc0a0
commit 24e7893da5
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: Build artifacts - name: Build artifacts
run: | run: |
python -m pip install -r requirements.txt python -m pip install -r requirements.txt
python -m pip install pyinstaller==6.20.0 python -m pip install pyinstaller==6.22.2
cd src cd src
python build_package.py python build_package.py