We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaad5a commit db46f8fCopy full SHA for db46f8f
1 file changed
.github/workflows/build-windows.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: 编译并生成安装包布局 (x64)
30
working-directory: python-src/Tools/msi
31
shell: powershell
32
- run: .\build.bat -x64
+ run: .\build.bat -x64 --no-docs
33
34
- name: 收集并上传安装程序产物
35
uses: actions/upload-artifact@v4
0 commit comments