Skip to content

Commit 1405251

Browse files
committed
forgot to modify setup.py for package structure
1 parent 18d4bf5 commit 1405251

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
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
source actions-ci/install.sh
4242
- name: Build assets
43-
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . --package_folder_prefix ${{ steps.repo-name.outputs.repo-name }}
43+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . --package_folder_prefix circuitpython_cirque_pinnacle
4444
- name: Upload Release Assets
4545
# the 'official' actions version does not yet support dynamically
4646
# supplying asset names to upload. @csexton's version chosen based on

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
# simple. Or you can use find_packages().
6363
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
6464
# CHANGE `py_modules=['...']` TO `packages=['...']`
65-
py_modules=['circuitpython_cirque_pinnacle'],
65+
packages=['circuitpython_cirque_pinnacle'],
6666
)

0 commit comments

Comments
 (0)