Releases: thekaushikls/make-ghpy
Releases · thekaushikls/make-ghpy
v1
[updated] action with latest tag
v1.0.1
Outputs
name
of the compiled binary (without file extension)full-name
of the compiled binary.build
path of the compiled binary for downstream use.
v1.0.0
- Collects all python (.py) files recursively from the specified
source
folder. - Uses
CLR
to compile to a.ghpy
(or.dll
) binary. - Outputs
build
, build path of the compiled binary.