mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-06 11:35:31 +00:00
Update pyinstaller 5.13.0
This commit is contained in:
parent
22ed3d324b
commit
687c8f75ae
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user