Nuitka / Nuitka-Action

Action to build with Nuitka on GitHub in your workflows
MIT License
111 stars 22 forks source link

`enable-plugins` comma-separated list of plugins #3

Closed jimkring closed 1 year ago

jimkring commented 1 year ago

can now pass a comma separated list of plugins like:

- uses: Nuitka/Nuitka-Action@v0.3.0
  with:
    enable-plugins: pyside6, tk-inter
jimkring commented 1 year ago

Resolves #1