We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b00c1 commit 8c4cb3eCopy full SHA for 8c4cb3e
.github/workflows/build_msi.yml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- uses: actions/checkout@v4
38
- name: Build CPython installer
39
- run: .\Tools\msi\build.bat --doc -x86
+ run: .\Tools\msi\buildrelease.bat -x64
40
41
build_win_amd64:
42
name: 'Windows (x64) Installer'
0 commit comments