opulo-inc / farm-upload

A bulk file uploading tool for 3D printer farms.
https://opulo.io/
Other
36 stars 13 forks source link

Add workflow using Nuitka to create executables #5

Open henrygrv opened 3 months ago

henrygrv commented 3 months ago

Closes #3

Added a workflow file that will compile the script into a standalone executable file, that does not require a python interpreter on the host machine, and creates a release (if the commit is tagged), with the files attached.

TODO: change workflow to stop running if commit does not have an associated tag, or is not on the main branch