Skip to content

Commit 5f9dc75

Browse files
committed
remove stripped suffix to try to fix test fails
1 parent d8883e5 commit 5f9dc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serious_python/bin/package_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ class PackageCommand extends Command {
543543
}
544544

545545
var pythonArchiveFilename =
546-
"cpython-$buildPythonVersion+$buildPythonReleaseDate-$arch-install_only_stripped.tar.gz";
546+
"cpython-$buildPythonVersion+$buildPythonReleaseDate-$arch-install_only.tar.gz";
547547

548548
var pythonArchivePath =
549549
path.join(_buildDir!.path, pythonArchiveFilename);

0 commit comments

Comments
 (0)