Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix pin for cibuildwheel when building matrix
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. Instead of the manual install, use the action to install cibuildwheel, but don't have it run anything. Also, expand the jq arguments so it's a bit clearer what it does.
- Loading branch information