ci: 更新CI和release工作流配置
CI / Lint, Typecheck & Test (push) Has been cancelled

1. 将CI容器镜像从固定版本改为latest
2. 简化PyPI发布步骤,改用uv publish命令
3. 重构Gitea发布脚本,优化release创建和资产上传流程
This commit is contained in:
2026-07-04 10:45:35 +08:00
parent 1f274fe828
commit 35f07e96e1
2 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
name: Lint, Typecheck & Test
runs-on: ubuntu-latest
container:
image: pyflowx-ci:1.0.0
image: pyflowx-ci:latest
env:
UV_LINK_MODE: copy
# ---- 国内源 ----