Skip to content

Commit

Permalink
Update examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Oct 1, 2022
1 parent 3bfe46e commit 914ff8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ file could be very simple! This release CI creates .mpy files for CircuitPython
uses: tekktrik/build-mpy@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
cpy-tag: "7.2.0"
circuitpy-tag: "7.2.0"
You also have granular control of which directories to compile and zip and the ability to specify which
files should or should not be compiled and/or zipped. For example, if you wanted to compile and zip
Expand All @@ -79,7 +79,7 @@ to specify certain files NOT to compile, you could modify the script above to be
uses: tekktrik/build-mpy@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
cpy-tag: "7.2.0"
circuitpy-tag: "7.2.0"
mpy-directory: "microcontroller"
mpy-manifest-file: "mpy_manifest.txt"
mpy-manifest-type: "exclude"
Expand Down

0 comments on commit 914ff8f

Please sign in to comment.