diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7bf46af..9e65b81 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -37,7 +37,7 @@ jobs: - name: Build with Nuitka run: | - hatch run python -m nuitka --output-dir=dist src/main.py + hatch run python -m --standalone nuitka --output-dir=dist src/main.py - name: Package Windows build if: matrix.os == 'windows-latest' @@ -57,10 +57,6 @@ jobs: tag_name: nightly name: Nightly Release body: " - >[!WARN] - > Due a issue with Nuitka, this release is now without a standalone executable. - > which mean dependancies must be installed manually for now until this is fixed. - Experimental Build (Nightly) generated by GitHub Action. The nighy build are experimental nuitka compilation from the nighly version for the more stable build,