Skip to content

Commit c571eac

Browse files
Update build-exe.yml
1 parent c279a18 commit c571eac

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@ jobs:
2828

2929
- name: Build with Nuitka
3030
# --- THE DEFINITIVE STABLE CONFIGURATION ---
31-
# Lock the action to a stable release.
32-
uses: Nuitka/Nuitka-Action@v0.5.0
31+
# Lock the action to a known-good, stable release version (v0.4.0).
32+
uses: Nuitka/Nuitka-Action@v0.4.0
3333
with:
3434
# Lock Nuitka to a recent, known-stable version.
3535
nuitka-version: '2.6'
3636

3737
# This ensures Nuitka finds and uses the MSVC compiler.
3838
msvc: 'latest'
3939

40-
# REMOVED 'qt-bindings'. Modern Nuitka auto-detects Qt usage from your imports.
41-
# The other plugins are still necessary for complex libraries.
40+
# Modern Nuitka auto-detects Qt usage. The other plugins are still necessary.
4241
enable-plugins: "numpy,pandas,tk-inter"
4342

4443
# Pass Nuitka command-line arguments.

0 commit comments

Comments
 (0)