Skip to content

Commit cfb28ea

Browse files
authored
Merge pull request #42 from tekktrik/dev/fix-build-bundle
Add package prefix to build CI
2 parents 1bb4d61 + d9db6d7 commit cfb28ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
steps:
1313
- name: Run Build CI workflow
1414
uses: adafruit/workflows-circuitpython-libs/build@main
15+
with:
16+
package-prefix: "asyncio"

0 commit comments

Comments
 (0)