Skip to content

Commit

Permalink
Update pyinstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cart1416 authored Nov 21, 2024
1 parent 3aad3e7 commit 04f0554
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PyInstaller Action
on:
push:
branches:
- '**'
- '**' # Trigger on any push

jobs:
build:
Expand All @@ -22,7 +22,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# Install PyGObject (required for gi module)
sudo apt-get update
sudo apt-get install -y libgirepository1.0-dev python3-gi
Expand All @@ -31,7 +30,7 @@ jobs:
with:
spec: baldilevelsaver.py
requirements: requirements.txt
options: '--windowed --onefile --clean'
options: '--windowed --onefile --clean --hidden-import=gi'
python_ver: '3.10'
python_arch: x64
exe_path: ./dist
Expand Down

0 comments on commit 04f0554

Please sign in to comment.