1. 将CI容器镜像从固定版本改为latest 2. 简化PyPI发布步骤,改用uv publish命令 3. 重构Gitea发布脚本,优化release创建和资产上传流程
This commit is contained in:
@@ -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
|
||||
# ---- 国内源 ----
|
||||
|
||||
Reference in New Issue
Block a user