diff options
author | shirt <2660574+shirt-dev@users.noreply.github.com> | 2022-03-07 23:02:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 23:02:27 -0500 |
commit | b46ccbc6d41cc8e1845d35b0600c78b7288d9aa4 (patch) | |
tree | af29d3a87d70f36e9fe3ac50f11447376a260c2f | |
parent | 1ed7953a7405a8613b4a6d9ada1f91c04edb83c0 (diff) | |
download | hypervideo-pre-b46ccbc6d41cc8e1845d35b0600c78b7288d9aa4.tar.lz hypervideo-pre-b46ccbc6d41cc8e1845d35b0600c78b7288d9aa4.tar.xz hypervideo-pre-b46ccbc6d41cc8e1845d35b0600c78b7288d9aa4.zip |
[build] Update pyinstaller to 4.10
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ca67034f..6820889e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,7 +164,7 @@ jobs: - name: Install Requirements run: | 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 id: bump_version run: /usr/bin/python3 devscripts/update-version.py @@ -233,7 +233,7 @@ jobs: # Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds run: | 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 id: bump_version env: @@ -320,7 +320,7 @@ jobs: - name: Install Requirements run: | 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 id: bump_version env: |