From 7b1d61a1e7a1ae15a987c54614adef44f87011bd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 10 Apr 2024 09:21:52 -0400 Subject: Copying wheels post-build to the artifact directory is no longer required. --- src/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 754047d..79d43c5 100644 --- a/src/main.c +++ b/src/main.c @@ -495,9 +495,6 @@ int main(int argc, char *argv[]) { if (!(ctx.conda.wheels_packages = delivery_build_wheels(&ctx))) { exit(1); } - if (delivery_copy_wheel_artifacts(&ctx)) { - exit(1); - } if (delivery_index_wheel_artifacts(&ctx)) { exit(1); } -- cgit