We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a044170 commit 18d2a2cCopy full SHA for 18d2a2c
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Unit Test
58
run: python -m jepler_udecimal.test
59
- name: Build assets
60
- run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
+ run: circuitpython-build-bundles --package_folder_prefix jepler --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
61
- name: Build docs
62
working-directory: docs
63
run: sphinx-build -E -W -b html . _build/html
0 commit comments