Skip to content

Commit 66ebf30

Browse files
remove package prefix altogether
1 parent 3e7b1cc commit 66ebf30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt-get install -y gettext gawk
3434
pip install -r requirements.txt
3535
- name: Build assets
36-
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/drivers --library_depth 1 --package_folder_prefix garbage
36+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/drivers --library_depth 1
3737
- name: Upload Release Assets
3838
uses: shogo82148/actions-upload-release-asset@v1
3939
with:

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ set -e
3030
# Gather the package submods that are supported in CircuitPython and create a comma-separated string to pass to circuitpython-build-bundles
3131
# CIRCUP_DIRS="$(paste -sd ',' circuitpython_support.txt | sed 's/,/, /g')"
3232
# echo "FOUND CIRCUP DIRS: ${CIRCUP_DIRS}"
33-
circuitpython-build-bundles --filename_prefix qwiic-py --library_location qwiic/drivers --library_depth 1 --package_folder_prefix nonsense
33+
circuitpython-build-bundles --filename_prefix qwiic-py --library_location qwiic/drivers --library_depth 1

0 commit comments

Comments
 (0)