Skip to content

Commit 7c96f41

Browse files
authored
Add more artifacts to the skip list (astral-sh#732)
I noticed we were fetching these but... we shouldn't be :)
1 parent cb554c8 commit 7c96f41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/github.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ pub async fn command_fetch_release_distributions(args: &ArgMatches) -> Result<()
259259
for artifact in artifacts {
260260
if matches!(artifact.name.as_str(), "pythonbuild" | "toolchain")
261261
|| artifact.name.contains("install-only")
262+
|| artifact.name.contains("dockerbuild")
263+
|| artifact.name.contains("crate-")
264+
|| artifact.name.contains("image-")
262265
{
263266
continue;
264267
}

0 commit comments

Comments
 (0)