Skip to content

3.10

3.10 #537

Workflow file for this run

name: TestsMSI
on:
push:
branches:
- master
- 3.10
- 3.9
- 3.8
- 3.7
paths:
- 'Tools/msi/**'
- '.github/workflows/build_msi.yml'
pull_request:
branches:
- master
- 3.10
- 3.9
- 3.8
- 3.7
paths:
- 'Tools/msi/**'
- '.github/workflows/build_msi.yml'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build_win32:
name: 'Windows (x86) Installer'
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Build CPython installer
run: .\Tools\msi\buildrelease.bat -x64
build_win_amd64:
name: 'Windows (x64) Installer'
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Build CPython installer
run: .\Tools\msi\buildrelease.bat -x64
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: |
PCbuild/amd64/