Skip to content

Commit

Permalink
Don't build mpy
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Oct 25, 2024
1 parent 5235df8 commit 5ee14dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
steps:
- name: Run Build CI workflow
uses: adafruit/workflows-circuitpython-libs/build@main
with:
ignore-bundles: mpy
1 change: 1 addition & 0 deletions .github/workflows/release_gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
upload-url: ${{ github.event.release.upload_url }}
ignore-bundles: mpy

0 comments on commit 5ee14dd

Please sign in to comment.