Skip to content

Commit

Permalink
trying to get build to work
Browse files Browse the repository at this point in the history
  • Loading branch information
gnubyte committed Nov 9, 2024
1 parent 16afe97 commit 9d02750
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
tags:
- 'v*' # Matches tags like "v1.0", "v2.1", etc.
- 'v*'

pull_request:
branches: [main]
Expand Down Expand Up @@ -61,8 +61,10 @@ jobs:
pip install nuitka tk psutil wmi pywin32 deepdiff customtkinter
- name: Build executable with Nuitka
env:
NUITKA_DOWNLOAD_DEPENDS: "yes" # Automatically allow Dependency Walker download
run: |
python -m nuitka --standalone --onefile --disable-console --output-filename=windowsprofiler.exe --enable-plugin=tk-inter main.py
python -m nuitka --standalone --onefile --windows-console-mode=disable --output-filename=windowsprofiler.exe --enable-plugin=tk-inter main.py
- name: Upload executable as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9d02750

Please sign in to comment.