Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Drop cibuildwheel matrix generation #2450

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Commits on Oct 8, 2024

  1. ci: Drop cibuildwheel matrix generation

    We used to install cibuildwheel manually in order to generate the
    Python-version matrix. This means that dependabot does not notice or
    update it. This is normally fine, but when cibuildwheel adds new Python
    versions, they won't be in the generated matrix until the pin is
    updated.
    
    Since our builds are relatively quick, drop the job matrix generation
    and just split by platform/arch.
    
    Also, expand the jq arguments so it's a bit clearer what it does, and
    limit workflow permissions.
    QuLogic committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fcb8707 View commit details
    Browse the repository at this point in the history