Update pyinstaller 5.13.0

This commit is contained in:
ngosang 2023-08-02 19:30:03 +02:00
parent 22ed3d324b
commit 687c8f75ae

View File

@ -54,7 +54,7 @@ jobs:
- name: Build artifacts
run: |
python -m pip install -r requirements.txt
python -m pip install pyinstaller==5.9.0
python -m pip install pyinstaller==5.13.0
cd src
python build_package.py
@ -83,7 +83,7 @@ jobs:
- name: Build artifacts
run: |
python -m pip install -r requirements.txt
python -m pip install pyinstaller==5.9.0
python -m pip install pyinstaller==5.13.0
cd src
python build_package.py