We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3464397 commit a546005Copy full SHA for a546005
1 file changed
.github/workflows/build-windows.yml
@@ -29,7 +29,9 @@ jobs:
29
- name: 禁用文档模块(注释 build.bat 中构建 doc 的部分)
30
shell: powershell
31
run: |
32
- (Get-Content python-src/Tools/msi/build.bat) -replace 'call :Build doc %\*', 'REM call :Build doc %*' |
+ (Get-Content python-src/Tools/msi/build.bat) `
33
+ -replace 'call :Build doc %\*', 'REM call :Build doc %*' `
34
+ -replace 'call :Build tcltk %\*', 'REM call :Build tcltk %*' |
35
Set-Content python-src/Tools/msi/build.bat
36
37
- name: 编译并生成安装包布局 (x64)
0 commit comments