aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
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);
}