Skip to content

Releases: thekaushikls/make-ghpy

v1

09 Oct 07:53
ef9e399
Compare
Choose a tag to compare
[updated] action with latest tag

v1.0.1

30 Jun 05:56
d56240a
Compare
Choose a tag to compare

Outputs

  1. name of the compiled binary (without file extension)
  2. full-name of the compiled binary.
  3. build path of the compiled binary for downstream use.

v1.0.0

27 Jun 06:39
020993c
Compare
Choose a tag to compare
  • 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.