We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45263eb + e55c363 commit 1b2d687Copy full SHA for 1b2d687
.github/workflows/build.yml
@@ -12,3 +12,5 @@ jobs:
12
steps:
13
- name: Run Build CI workflow
14
uses: adafruit/workflows-circuitpython-libs/build@main
15
+ with:
16
+ ignore-bundles: mpy
.github/workflows/release_gh.yml
@@ -17,3 +17,4 @@ jobs:
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
upload-url: ${{ github.event.release.upload_url }}
20
0 commit comments