Skip to content

Commit

Permalink
update pyinstaller's version to 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Oct 16, 2024
1 parent 30fbbd7 commit 729813d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "v*"

env:
PYINSTALLER_VERSION: "6.10.0"
PYINSTALLER_VERSION: "6.11.0"
LIBMEDIAINFO_VERSION: "24.06"

jobs:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Build with pyinstaller
run: |
uv build --wheel
uv venv --python 3.11
uv venv --python 3.12
cd packaging
uv pip install -r requirements.txt
uv pip install ../dist/*.whl --no-deps
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
cd /libresvip
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.cargo/env
uv venv --python 3.11
uv venv --python 3.12
uv build --wheel
cd packaging
uv pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions packaging/requirements-pyinstaller.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
shellingham
pyinstaller==6.10.0 ; platform_system != "Windows"
https://github.com/webcomics/pyinstaller-builder/releases/download/snapshot/pyinstaller-6.10.0-py3-none-any.whl ; platform_system == "Windows"
pyinstaller==6.11.0 ; platform_system != "Windows"
https://github.com/webcomics/pyinstaller-builder/releases/download/snapshot/pyinstaller-6.11.0-py3-none-any.whl ; platform_system == "Windows"

0 comments on commit 729813d

Please sign in to comment.