|
|
@ -164,7 +164,7 @@ jobs:
|
|
|
|
- name: Install Requirements
|
|
|
|
- name: Install Requirements
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
brew install coreutils
|
|
|
|
brew install coreutils
|
|
|
|
/usr/bin/python3 -m pip install -U --user pip Pyinstaller==4.9 -r requirements.txt
|
|
|
|
/usr/bin/python3 -m pip install -U --user pip Pyinstaller==4.10 -r requirements.txt
|
|
|
|
- name: Bump version
|
|
|
|
- name: Bump version
|
|
|
|
id: bump_version
|
|
|
|
id: bump_version
|
|
|
|
run: /usr/bin/python3 devscripts/update-version.py
|
|
|
|
run: /usr/bin/python3 devscripts/update-version.py
|
|
|
@ -233,7 +233,7 @@ jobs:
|
|
|
|
# Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds
|
|
|
|
# Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
python -m pip install --upgrade pip setuptools wheel py2exe
|
|
|
|
python -m pip install --upgrade pip setuptools wheel py2exe
|
|
|
|
pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-4.9-py3-none-any.whl" -r requirements.txt
|
|
|
|
pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-4.10-py3-none-any.whl" -r requirements.txt
|
|
|
|
- name: Bump version
|
|
|
|
- name: Bump version
|
|
|
|
id: bump_version
|
|
|
|
id: bump_version
|
|
|
|
env:
|
|
|
|
env:
|
|
|
@ -320,7 +320,7 @@ jobs:
|
|
|
|
- name: Install Requirements
|
|
|
|
- name: Install Requirements
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
python -m pip install --upgrade pip setuptools wheel
|
|
|
|
python -m pip install --upgrade pip setuptools wheel
|
|
|
|
pip install "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-4.9-py3-none-any.whl" -r requirements.txt
|
|
|
|
pip install "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-4.10-py3-none-any.whl" -r requirements.txt
|
|
|
|
- name: Bump version
|
|
|
|
- name: Bump version
|
|
|
|
id: bump_version
|
|
|
|
id: bump_version
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|