From 9e63523ba47214d135efe6ad6f98fa5c69249c66 Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Wed, 13 Dec 2023 13:47:22 -0800 Subject: [PATCH] PYTHON-4077 Make sure to upload release wheel for python 3.7 on macos in .evergreen/config.yml --- .evergreen/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 146a404f80..e695a66269 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -12,7 +12,7 @@ stepback: true # Actual testing tasks are marked with `type: test` command_type: system -# Protect ourself against rogue test case, or curl gone wild, that runs forever +# Protect ourselves against rogue test case, or curl gone wild, that runs forever # Good rule of thumb: the averageish length a task takes, times 5 # That roughly accounts for variable system performance for various buildvariants exec_timeout_secs: 3600 # 60 minutes is the longest we'll ever run (primarily @@ -1154,6 +1154,7 @@ tasks: - func: "build release" vars: VERSION: "3.7" + - func: "upload release" - name: "release-windows" tags: ["release_tag"]