Releases: Nuitka/Nuitka-Action
1.1
This is a refinement of the release and for use with Nuitka 2.0 or higher. Newer cache action is used on @main
branch, so you might prefer that.
1.0
This release has the parsing code moved to Nuitka and no longer contains as many details. However, new options of Nuitka will still require newer versions of this action to use those options, since currently only known (to the action) options are usable. It might be advisable to just use main
even though that can of course break.
v0.6
Unified the code for all 3 OSes, removing the need for a powerscript variant.
Also this adds actual use for some of the options that previously were not really having an effect.
A bunch of bug fixes and new features added.
Nuitka Commercial plugin options for embedding and traceback encryption are now covered as well.
Support following branches and tags of Nuitka, now defaults to "main"
The previous releases hard coded specific Nuitka versions as the default. This often led to users experiencing long solved problems.
The documentation has been updated to describe how to follow the latest version of this action, as well as how to follow the latest version of Nuitka, or a specific branch, e.g. "develop" or "main", or tags of Nuitka versions. These tag names match PyPI release names. The installation is now done from the GitHub repository and not PyPI, in order to offer branches as well.
v0.4
Cleaned up documentation for gui builds with Qt/PySide6 and Tkinter
v0.3.3
v0.3.2
v0.3.0
v0.2.0
- Added support for MacOS (including .app bundle) and Linux
- Exposed more [Nuitka](https://github.com/Nuitka/Nuitka) options as action input parameters
- Use [Nuitka Commercial](http://nuitka.net/pages/commercial.html) features by passing in an access token
v0.1.0
Initial release for building an exe from a python script