Skip to content

Commit 3225e38

Browse files
authored
Merge pull request #357 from dhalbert/special-case-asyncio
special-case asyncio package
2 parents 71ca9d8 + 6feff25 commit 3225e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
pre-commit run --all-files
4747
- name: Build assets
48-
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2
48+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2 --package_folder_prefix "adafruit_, asyncio"
4949
- name: Build docs
5050
working-directory: docs
5151
run: sphinx-build -E -W -b html . _build/html

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo apt-get install gettext
4040
pip install -r requirements.txt
4141
- name: Build assets
42-
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2
42+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2 --package_folder_prefix "adafruit_, asyncio"
4343
- name: Upload Release Assets
4444
# the 'official' actions version does not yet support dynamically
4545
# supplying asset names to upload. @csexton's version chosen based on

0 commit comments

Comments
 (0)