Skip to content

Commit

Permalink
fix(publish): install package data
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB committed Apr 3, 2024
1 parent 9f78ba5 commit 63a347d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
version="${{ github.ref_name }}",
package_dir={"react_app": "dist"},
package_data={"react_app": ["**/*.*"]},
include_package_data=True,
long_description=long_description,
long_description_content_type="text/markdown"
)
Expand Down

0 comments on commit 63a347d

Please sign in to comment.