File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
for VERSION in 2.7 3.4 3.5 3.6 3.7 3.8; do
4
4
if [[ $VERSION == " 2.7" ]]; then
5
+ PYTHON=/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python
5
6
rm -rf build
6
- python$VERSION setup.py bdist_egg
7
+ $PYTHON setup.py bdist_egg
8
+ else
9
+ PYTHON=/Library/Frameworks/Python.framework/Versions/$VERSION /bin/python3
7
10
fi
8
11
rm -rf build
9
- python $VERSION setup.py bdist_wheel
12
+ $PYTHON setup.py bdist_wheel
10
13
done
11
14
12
15
ls dist
Original file line number Diff line number Diff line change @@ -2581,7 +2581,7 @@ buildvariants:
2581
2581
2582
2582
- matrix_name : " Release"
2583
2583
matrix_spec :
2584
- platform : [ubuntu-20.04, windows-64-vsMulti-small]
2584
+ platform : [ubuntu-20.04, windows-64-vsMulti-small, macos-1014 ]
2585
2585
display_name : " Release ${platform}"
2586
2586
tasks :
2587
2587
- name : " release"
You can’t perform that action at this time.
0 commit comments