summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build_msi.yml
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] CI: Bump GitHub Actions (GH-108879) (#108889)Miss Islington (bot)2023-09-051-1/+1
| | | | | | CI: Bump GitHub Actions (GH-108879) (cherry picked from commit 572678e1f864cb042df6962848a436d84ef7a8a4) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Improves the Windows MSI test run on PR (GH-104929)Miss Islington (bot)2023-05-251-1/+3
| | | | | | | Correctly set the exit code when builds fail Also build docs as part of the test (cherry picked from commit 569b2b8d612354062b8679d2d3f44f7ee03e66c2) Co-authored-by: Steve Dower <steve.dower@python.org>
* gh-103180: Add CI timeouts to all GitHub Actions jobs (#103437)Nikita Sobolev2023-04-141-0/+1
|
* Auto-cancel old builds when new commit pushed to branch (#98009)Hugo van Kemenade2022-10-081-0/+4
| | | | | | | | | | | * Auto-cancel old builds when new commit pushed to branch * Add a fallback Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> * Use the same group for all workflows. Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* Generalize build_msi GitHub action (GH-94201)Oleg Iarygin2022-06-281-29/+8
|
* ci: add GitHub token permissions (#92999)Varun Sharma2022-05-211-0/+3
|
* Add the 3.11 branch to the CI filesPablo Galindo2022-05-081-0/+2
|
* build(deps): bump actions/checkout from 2 to 3 (#32226)dependabot[bot]2022-04-201-3/+3
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-281-0/+8
| | | Also makes a few general improvements to the build process and removes some dead code.
* Add workflow_dispatch trigger to GHA workflows (GH-27873)Ryan Mast2021-10-211-0/+1
|
* Enable GitHub Actions on the 3.10 branch (GH-26242)Hugo van Kemenade2021-05-191-8/+10
|
* Update CI files to account for the master -> main rename (GH-25860)Pablo Galindo2021-05-031-2/+2
|
* Use v2 of GitHub Actions where available (GH-20232)Hugo van Kemenade2020-05-201-2/+2
| | | Automerge-Triggered-By: @Mariatta
* Enable GitHub Actions for 3.9 branch (GH-20231)Hugo van Kemenade2020-05-191-0/+2
|
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages ↵Steve Dower2020-03-111-0/+34
(GH-18918) Also adds GitHub CI test for Windows installer changes