ci(check_ecosystem): add cibuildwheel (#3567)

This commit is contained in:
Henry Schreiner 2023-03-16 19:34:56 -07:00 committed by GitHub
parent e0df62b841
commit d9ed0aae69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,7 @@ REPOSITORIES = {
"bokeh": Repository("bokeh", "bokeh", "branch-3.2"),
"scikit-build": Repository("scikit-build", "scikit-build", "main"),
"scikit-build-core": Repository("scikit-build", "scikit-build-core", "main"),
"cibuildwheel": Repository("pypa", "cibuildwheel", "main"),
"airflow": Repository("apache", "airflow", "main"),
"typeshed": Repository("python", "typeshed", "main", select="PYI"),
}