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 77c0336 commit 4587d7eCopy full SHA for 4587d7e
.github/workflows/CI_build.yml
@@ -39,3 +39,11 @@ jobs:
39
pip install -U sphinx
40
.\make.bat html
41
42
+ - name: Build installer and release zips
43
+ if: matrix.build_configuration == 'Release'
44
+ working-directory: installer
45
+ run: |
46
+ $env:PYTHONBUILDDIR_X64='..\packages\python.3.12.1\tools'
47
+ $env:SET PYTHONBUILDDIR='..\packages\pythonx86.3.12.1\tools'
48
+ Rename-Item -Path ".\buildPaths.bat.orig" -NewName "buildPaths.bat"
49
+ .\buildAll.bat ${{ matrix.build_platform }}
0 commit comments