0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 09:02:51 +01:00
cpython/.github/workflows/reusable-windows-msi.yml
Sviatoslav Sydorenko (Святослав Сидоренко) af4329e7b1
Integrate build_msi into main CI workflow (#121778)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-07-24 03:46:39 -06:00

25 lines
464 B
YAML

name: TestsMSI
on:
workflow_call:
inputs:
arch:
description: CPU architecture
required: true
type: string
permissions:
contents: read
jobs:
build:
name: installer for ${{ inputs.arch }}
runs-on: windows-latest
timeout-minutes: 60
env:
IncludeFreethreaded: true
steps:
- uses: actions/checkout@v4
- name: Build CPython installer
run: .\Tools\msi\build.bat --doc -${{ inputs.arch }}