Skip to content

Commit db46f8f

Browse files
authored
Update build-windows.yml
1 parent ffaad5a commit db46f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: 编译并生成安装包布局 (x64)
3030
working-directory: python-src/Tools/msi
3131
shell: powershell
32-
run: .\build.bat -x64
32+
run: .\build.bat -x64 --no-docs
3333

3434
- name: 收集并上传安装程序产物
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)