File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1404,6 +1404,10 @@ tasks:
1404
1404
tags : ["release_tag"]
1405
1405
run_on : macos-1100
1406
1406
commands :
1407
+ - func : " build release"
1408
+ vars :
1409
+ VERSION : " 3.12"
1410
+ ENSURE_UNIVERSAL2 : " 1"
1407
1411
- func : " build release"
1408
1412
vars :
1409
1413
VERSION : " 3.11"
@@ -1417,6 +1421,10 @@ tasks:
1417
1421
VERSION : " 3.9"
1418
1422
ENSURE_UNIVERSAL2 : " 1"
1419
1423
- func : " upload release"
1424
+ - func : " build release"
1425
+ vars :
1426
+ VERSION : " 3.8"
1427
+ - func : " upload release"
1420
1428
1421
1429
- name : " release-mac-1014"
1422
1430
tags : ["release_tag"]
@@ -1425,10 +1433,6 @@ tasks:
1425
1433
- func : " build release"
1426
1434
vars :
1427
1435
VERSION : " 3.7"
1428
- - func : " build release"
1429
- vars :
1430
- VERSION : " 3.8"
1431
- - func : " upload release"
1432
1436
1433
1437
- name : " release-windows"
1434
1438
tags : ["release_tag"]
You can’t perform that action at this time.
0 commit comments