Skip to content

Commit b0ad378

Browse files
authored
Fix issue in build pipeline that built package and wheels before component files were moved (#1066)
1 parent 9ffda5d commit b0ad378

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ deploy-docs: _copy-examples
7676
git checkout main
7777
git branch -D just-push-docs docs-deploy
7878

79-
_build-py: && _move-generated-files
79+
_build-py: && _move-generated-files _build-package
8080
uv run dash-generate-components ./src/components dash_bootstrap_components
8181
cp dash_bootstrap_components/_components/dash_bootstrap_components.min.js dist
82+
83+
_build-package:
8284
uv build --sdist --wheel -o py-dist
8385

8486
_copy-examples:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)