@@ -24,27 +24,13 @@ jobs:
24
24
25
25
fail-fast : false
26
26
matrix :
27
- # python-version: ["3.7", "3.8", "3.9"]
28
- # os: [ubuntu-latest, macos-latest]
29
- # platform: [x64, x32]
30
- # MB_ML_VER: [1,2010,2014]
31
- python-version : ["3.9"]
32
- platform : [x64]
33
- os : [macos-latest]
34
- MB_ML_VER : [1]
35
- # exclude:
36
- # - os: macos-latest
37
- # platform: x32
38
- # - os: macos-latest
39
- # MB_ML_VER: 1
40
- # - os: macos-latest
41
- # MB_ML_VER: 2010
42
- # - python-version: "3.7"
43
- # MB_ML_VER: 1
44
- # - python-version: "3.8"
45
- # MB_ML_VER: 1
46
- # - python-version: "3.9"
47
- # MB_ML_VER: 1
27
+ python-version : ["3.7", "3.8", "3.9"]
28
+ os : [ubuntu-latest, macos-latest]
29
+ platform : [x64, x32]
30
+ MB_ML_VER : [1,2010,2014]
31
+ exclude :
32
+ - os : macos-latest
33
+ platform : x32
48
34
env :
49
35
REPO_DIR : netcdf4-python
50
36
PKG_NAME : netcdf4-python
@@ -123,11 +109,6 @@ jobs:
123
109
build_wheel $REPO_DIR $PLAT
124
110
echo "------- INSTALL_RUN --------"
125
111
install_run $PLAT
126
- if [ $MB_ML_VER -ne 1 ]; then
127
- /bin/rm -f wheelhouse/cftime*manylinux1*whl
128
- fi
129
- echo "MB_ML_VER = $MB_ML_VER"
130
- ls -l wheelhouse/cftime*whl
131
112
- name : Upload wheels to release
132
113
uses : svenstaro/upload-release-action@v2
133
114
if : github.event_name == 'create'
0 commit comments