Skip to content

Commit

Permalink
Fix issue in build pipeline that built package and wheels before comp…
Browse files Browse the repository at this point in the history
…onent files were moved (#1066)
  • Loading branch information
tcbegley authored Jan 16, 2025
1 parent 9ffda5d commit b0ad378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ deploy-docs: _copy-examples
git checkout main
git branch -D just-push-docs docs-deploy

_build-py: && _move-generated-files
_build-py: && _move-generated-files _build-package
uv run dash-generate-components ./src/components dash_bootstrap_components
cp dash_bootstrap_components/_components/dash_bootstrap_components.min.js dist

_build-package:
uv build --sdist --wheel -o py-dist

_copy-examples:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0ad378

Please sign in to comment.