build: 升级pyflowx版本到0.3.0
CI / Lint, Typecheck & Test (push) Has been cancelled

更新项目版本号从0.2.13至0.3.0
This commit is contained in:
2026-07-03 07:39:19 +08:00
parent 9cfcfb38e4
commit d3c2d53449
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: http://gitea:3000/zhou/setup-uv.git@v8.1.0
with:
uv-version: "0.5.21" # 或 "0.6.0" 等你需要的版本
uv-version: "0.8.0"
enable-cache: true
- uses: http://gitea:3000/zhou/setup-python.git@v6
+1 -1
View File
@@ -37,8 +37,8 @@ msdown = "pyflowx.cli.llm.msdownload:main"
packtool = "pyflowx.cli.packtool:main"
pdftool = "pyflowx.cli.pdftool:main"
piptool = "pyflowx.cli.piptool:main"
pymake = "pyflowx.cli.pymake:main"
pxp = "pyflowx.cli.profiler:main"
pymake = "pyflowx.cli.pymake:main"
reseticon = "pyflowx.cli.reseticoncache:main"
scrcap = "pyflowx.cli.screenshot:main"
sglang = "pyflowx.cli.llm.sglang:main"
Generated
+1 -1
View File
@@ -5603,7 +5603,7 @@ pycountry = [
[[package]]
name = "pyflowx"
version = "0.2.13"
version = "0.3.0"
source = { editable = "." }
dependencies = [
{ name = "graphlib-backport", marker = "python_full_version < '3.9'" },