Skip to content

Commit 40d0650

Browse files
caseyclementsblink1073
authored andcommitted
PYTHON-4077 Make sure to upload release wheel for python 3.7 on macos… (mongodb#1459)
(cherry picked from commit ffd61f8)
1 parent ecad17d commit 40d0650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stepback: true
1212
# Actual testing tasks are marked with `type: test`
1313
command_type: system
1414

15-
# Protect ourself against rogue test case, or curl gone wild, that runs forever
15+
# Protect ourselves against rogue test case, or curl gone wild, that runs forever
1616
# Good rule of thumb: the averageish length a task takes, times 5
1717
# That roughly accounts for variable system performance for various buildvariants
1818
exec_timeout_secs: 3600 # 60 minutes is the longest we'll ever run (primarily
@@ -1174,6 +1174,7 @@ tasks:
11741174
- func: "build release"
11751175
vars:
11761176
VERSION: "3.7"
1177+
- func: "upload release"
11771178

11781179
- name: "release-windows"
11791180
tags: ["release_tag"]

0 commit comments

Comments
 (0)