Merge remote-tracking branch 'origin/master' into worktree/sdk-public-api

This commit is contained in:
Tianyi Cui
2026-07-28 11:03:06 +08:00
6 files changed
+10 -7

No files matched your search

@@ -93,7 +93,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0
with:
python-version: '3.10'
@@ -133,7 +133,7 @@ jobs:
node-version: 24
cache: pnpm
- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0
with:
python-version: '3.10'
+1 -1
View File
@@ -323,7 +323,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: actions/setup-python@v6.3.0
with:
python-version: '3.10'
cache: pip
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
run: pnpm run doc-sync
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v5
with:
path: website/.dist
+4 -1
View File
@@ -29,4 +29,7 @@ python/**/.pytest_cache/
apps/web/dist/
.artifacts/
.playwright-mcp/
.orig
.orig
.worktrees/
worktrees/
.agents/worktrees/
+1 -1
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.24.0"]
requires = ["hatchling>=1.30.1"]
build-backend = "hatchling.build"
[project]
+1 -1
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.24.0"]
requires = ["hatchling>=1.30.1"]
build-backend = "hatchling.build"
[project]