Justin Gu
d5309454bc
fix(packaging): v1.19.5 PyPI wheel 含前端 dist(pip install 后不再 404)
根因:PyPI wheel 只有 Python 包,不含前端 dist。_resolve_web_dist_dir
三级探测(env/_MEIPASS/仓库根)在 PyPI 安装环境下全失败返回 None,
StaticFiles 不挂载,GET / 返回 404。
修复:
- pyproject.toml hatchling force-include 把 web-ui/dist 映射到包内
easy_tdx/web/dist
- publish.yml 在 python -m build 前先 npm ci && npm run build
- _resolve_web_dist_dir 新增第 4 级探测:包内 easy_tdx/web/dist
验证:本地构建 wheel 含 4 个前端文件,模拟 PyPI 安装后第 4 级探测
成功找到 dist。907 测试全过。
2026-07-07 20:46:26 +08:00
..
2026-07-04 21:07:39 +08:00
2026-06-17 18:17:32 +08:00
2026-07-07 01:48:07 +08:00
2026-07-02 03:37:37 +08:00
2026-06-10 15:03:41 +08:00
2026-07-07 20:13:39 +08:00
2026-07-04 02:03:47 +08:00
2026-07-02 03:37:37 +08:00
2026-07-07 20:36:44 +08:00
2026-07-02 03:37:37 +08:00
2026-07-02 03:37:37 +08:00
2026-06-13 21:21:33 +08:00
2026-06-11 02:34:00 +08:00
2026-07-02 03:37:37 +08:00
2026-06-15 00:31:13 +08:00
2026-06-13 21:09:55 +08:00
2026-07-07 20:46:26 +08:00
2026-07-02 03:37:37 +08:00
2026-07-07 01:48:07 +08:00
2026-05-21 23:21:21 +08:00
2026-07-02 03:37:37 +08:00
2026-07-02 03:37:37 +08:00
2026-07-02 12:46:27 +08:00
2026-07-07 20:36:44 +08:00
2026-05-21 23:21:21 +08:00
2026-06-14 18:46:02 +08:00
2026-06-14 18:46:02 +08:00
2026-06-14 18:46:02 +08:00
2026-05-21 23:21:21 +08:00
2026-07-07 01:48:07 +08:00
2026-07-02 03:37:37 +08:00