This commit is contained in:
xunbu
2025-08-21 15:04:36 +08:00
parent fbb8f93b94
commit 664e5e8f66
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
# 第 4 步: 使用 uv 安装项目及开发依赖
# . --dev 会安装 pyproject.toml 中 [dependencies] 和 [dependency-groups].dev 的所有包
- name: Install dependencies with uv
run: uv pip install ". --dev"
run: uv sync
# 第 5 步: 运行 PyInstaller
- name: Build the application with PyInstaller

View File

@@ -32,7 +32,7 @@ jobs:
# 第 4 步: 使用 uv 安装项目及开发依赖
- name: Install dependencies with uv
run: uv pip install ". --dev"
run: uv sync
# 第 5 步: 安装 UPX (用于压缩 exe)
- name: Install UPX