FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython/.github/workflows/reusable-windows-msi.yml at 3.15 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.4k
Star
76.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpython
/
.github
/
workflows
/
reusable-windows-msi.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
31 lines (27 loc) · 686 Bytes
Breadcrumbs
cpython
/
.github
/
workflows
/
reusable-windows-msi.yml
Copy path
File metadata and controls
31 lines (27 loc) · 686 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name
:
Reusable Windows MSI
on
:
workflow_call
:
inputs
:
arch
:
description
:
CPU architecture
required
:
true
type
:
string
permissions
:
contents
:
read
env
:
FORCE_COLOR
:
1
jobs
:
build
:
name
:
installer for ${{ inputs.arch }}
runs-on
:
${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }}
timeout-minutes
:
60
env
:
ARCH
:
${{ inputs.arch }}
IncludeFreethreaded
:
true
steps
:
-
uses
:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
#
v6.0.2
with
:
persist-credentials
:
false
-
name
:
Build CPython installer
run
:
./Tools/msi/build.bat --doc -"${ARCH}"
shell
:
bash
Back
|
FazBrowse Home
|
New Git URL