FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Generalize `build_msi` GitHub action by arhadthedev · Pull Request #94201 · python/cpython · GitHub

/ cpython Public

Generalize build_msi GitHub action - #94201

Merged
ambv merged 1 commit into
python:mainfrom
arhadthedev:reduce-buildmsi-action
Jun 28, 2022
Merged

Generalize build_msi GitHub action#94201
ambv merged 1 commit into
python:mainfrom
arhadthedev:reduce-buildmsi-action

Conversation

Copy link
Copy Markdown
Member

Currently, .github/workflows/build_msi.yml has two places of duplication:

  • enumeration of trigger branches manually updated each minor release (['main', '3.11', '3.10', '3.9', '3.8', '3.7']) instead of permavalid wildcards (['main', '3.*']):

    The branches, branches-ignore, tags, and tags-ignore keywords accept glob patterns that use characters like *, **, +, ?, ! and others to match more than one branch or tag name.

  • enumeration of three build configurations (x86, x64, arm64) that are carbon copies of each other except a title and a single command line parameter.

This PR generalizes them into a wildcard and a matrix respectively.

It also modifies the GitHub run report. Before:

After:

ambv merged commit 5c5fc9d into python:main Jun 28, 2022
arhadthedev deleted the reduce-buildmsi-action branch June 28, 2022 11:18
gvanrossum pushed a commit to gvanrossum/cpython that referenced this pull request Jun 30, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL