https://github.com/python/cpython/commit/0ee938dce076490b2cd598f8685abe0a02b6130c
commit: 0ee938dce076490b2cd598f8685abe0a02b6130c
branch: 3.10
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-04-03T19:28:38+03:00
summary:
[3.10] Remove MSI build from security-only branch (GH-148007) (GH-148008)
(#148009)
files:
D .github/workflows/build_msi.yml
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
deleted file mode 100644
index 12bda650c9bf1e..00000000000000
--- a/.github/workflows/build_msi.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- - name: Build CPython installer
- run: .\Tools\msi\build.bat --doc -x86
-
- build_win_amd64:
- name: 'Windows (x64) Installer'
- runs-on: windows-2022
- steps:
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- - name: Build CPython installer
- run: .\Tools\msi\build.bat --doc -x64
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]