Skip to content

Commit

Permalink
fix(setup): fix package_data for the new location of WASM files
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Sep 24, 2023
1 parent 8da3ed0 commit 1e33a2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
with:
name: dist
path: dist
- name: Sanity-check the resulting wheel
run: |
python3 -m venv venv
. venv/bin/activate
pip install dist/*.whl
astyle_py --version
upload_wheels:
if: github.event_name == 'push' && github.ref_type == 'tag'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev =
pre-commit

[options.package_data]
astyle_py = libastyle.wasm
astyle_py = lib/*/libastyle.wasm

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 1e33a2a

Please sign in to comment.