Skip to content

Commit

Permalink
ci: try manually building via mutual
Browse files Browse the repository at this point in the history
  • Loading branch information
fred913 authored Aug 26, 2024
1 parent e0bcbee commit 222d573
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,16 @@ jobs:
cache: 'pip'

# Build python script into a stand-alone exe
- uses: Nuitka/Nuitka-Action@main
with:
script-name: FluentPython
onefile: true
disable-console: true
- runs: |
pip install pipenv
pipenv update -d
pipenv run nuitka --standalone --plugin-enable=pyside6 FluentPython
# Uploads artifact
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }} ${{ runner.arch }} Build
path: |
build/*.exe
build/*.bin
build/*.app/**/*
dist/*

0 comments on commit 222d573

Please sign in to comment.