Skip to content

Commit

Permalink
try buitka to build
Browse files Browse the repository at this point in the history
  • Loading branch information
nlpng committed Oct 7, 2024
1 parent 4a7e931 commit 1eea56d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@ jobs:
- name: Install packages
run: python -m pip install -r requirements.txt

- name: build
run: pyinstaller main_gui.py --onefile
- name: Build with Nuitka
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: main_gui.py
onefile: true

- name: upload
- name: Upload
uses: actions/upload-artifact@v4
with:
name: sample-windows
path: dist/main_gui.exe
name: windows-exe
path: build/main_gui.exe
include-hidden-files: true

0 comments on commit 1eea56d

Please sign in to comment.