File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments