Skip to content

Commit 8e6fddd

Browse files
charliermarshzanieb
authored andcommitted
Avoid overwriting install_only builds in release (astral-sh#291)
1 parent b923087 commit 8e6fddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ pub async fn command_upload_release_distributions(args: &ArgMatches) -> Result<(
384384

385385
wanted_filenames.insert(
386386
format!(
387-
"cpython-{}-{}-install_only-{}.tar.gz",
387+
"cpython-{}-{}-install_only_stripped-{}.tar.gz",
388388
version, triple, datetime
389389
),
390390
format!(

0 commit comments

Comments
 (0)