Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrlaczykowski authored Jun 4, 2024
1 parent ea25da7 commit 2181ca5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pyinstaller
- name: Compile to exe
run: |
pyinstaller --onefile update-pc-script.py
- name: Build executables or extension modules from Python projects
uses: Nuitka/[email protected]
with:
nuitka-version: main
script-name: update-pc-script.py
onefile: true
- uses: actions/upload-artifact@v4
with:
name: update-pc-script-${{ github.run_number }}
path: dist/update-pc-script.exe
path: build/update-pc-script.exe
compression-level: 0 # no compression

0 comments on commit 2181ca5

Please sign in to comment.