ci(check_ecosystem): add PyPa/build (#3569)

This commit is contained in:
Henry Schreiner 2023-03-18 16:09:22 -07:00 committed by GitHub
parent 53a4743631
commit 4bdb2dd362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ class Repository(NamedTuple):
REPOSITORIES = {
"airflow": Repository("apache", "airflow", "main", select="ALL"),
"bokeh": Repository("bokeh", "bokeh", "branch-3.2", select="ALL"),
"build": Repository("pypa", "build", "main"),
"cibuildwheel": Repository("pypa", "cibuildwheel", "main"),
"disnake": Repository("DisnakeDev", "disnake", "master"),
"scikit-build": Repository("scikit-build", "scikit-build", "main"),