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
circuitpy-tagThe version of CircuitPython to compile for N/A You can use any valid tag (or branch) from ``adafruit/circuitpython``
22
+
github-token Your GitHub token N/A (required) N/A
23
+
circuitpy-version The version of CircuitPython to download and use N/A (required) You can specify any version from ``https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/mpy-cross``
24
24
zip-filename The name of the ZIP file that will be attached "mpy-release.zip" N/A
25
-
circuitpython-repo-name The name of the clone CircuitPython repo "circuitpython-repo" Change if it conflicts with another file
26
25
mpy-directory The directory to search for files to compile "." (top folder) Becomes the basis for filepaths in ``mpy-manifest-file``
27
26
mpy-manifest-file A file with a list of files to compile or exclude "" If none is given, all files in ``mpy-directory`` are used
28
27
mpy-manifest-type Whether the files in the manifest file should be included or excluded "include" N/A
29
28
zip-directory The directory to add to the ZIP file "." (top folder) Becomes the basis for filepaths in ``zip-manifest-file``
30
29
zip-manifest-file A file with a list of files to add to the ZIP file or exclude from it "" If none is given, all files in ``zip-directory`` are used
31
30
zip-manifest-type Whether the files in the manifest file should be included or excluded "include" N/A
31
+
compiler-directory The directory where the CircuitPython compiler will be downloaded "circuitpy-compiler" N/A
0 commit comments