Skip to content

Commit 92bfb6a

Browse files
committed
fix: fix python version
1 parent ac1d0e5 commit 92bfb6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
asset_path: build/agent-ui.zip
7070
asset_name: agent-ui-${{ github.ref_name }}.zip
7171
asset_content_type: application/zip
72+
# 设置 Python 环境
73+
- name: Set up Python
74+
uses: actions/setup-python@v4
75+
with:
76+
python-version: '3.10'
7277
# 安装腾讯云 COSCMD 工具
7378
- name: Install COSCMD
7479
run: |

0 commit comments

Comments
 (0)