mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-17 05:35:34 +02:00
Update pyinstaller 5.13.0
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user