You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated Nuitka-Action to use the new app mode, but indeed you are right, there is no mode for that. You need to use mode: module and make sure to all --include or --follow options for your package name as necessary.
These options need to be applied, but I was going to add package as a value eventually, which essentially is going to mean that the --include-package=some_package or include-package: some_package in the action, would not be necessary, but I am only transitioning to this in the very moment. Adding examples is a TODO for Nuitka-Action I think.
I also updated the docs with a push, but module has no example there, nor package.
How to use Nuitka-Action to compile a whole package folder to *.pyd, would u give a simple example? Thanks. @kayhayen
The text was updated successfully, but these errors were encountered: