Skip to content

Commit ffd61f8

Browse files
PYTHON-4077 Make sure to upload release wheel for python 3.7 on macos… (mongodb#1459)
1 parent 423b2f8 commit ffd61f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/config.yml

+2-1
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
@@ -1154,6 +1154,7 @@ tasks:
11541154
- func: "build release"
11551155
vars:
11561156
VERSION: "3.7"
1157+
- func: "upload release"
11571158

11581159
- name: "release-windows"
11591160
tags: ["release_tag"]

0 commit comments

Comments
 (0)