File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ jobs:
31
31
# python-version: ["3.8"]
32
32
# os: [ubuntu-latest, macos-latest]
33
33
# platform: [x64]
34
- MB_ML_VER : [2010]
34
+ MB_ML_VER : [1, 2010,2014 ]
35
35
exclude :
36
36
- os : macos-latest
37
37
platform : x32
38
+ - ML_MB_VER : 1
39
+ python-version : ["3.7","3.8","3.9"]
38
40
env :
39
41
REPO_DIR : netcdf4-python
40
42
PKG_NAME : netcdf4-python
@@ -113,12 +115,12 @@ jobs:
113
115
build_wheel $REPO_DIR $PLAT
114
116
echo "------- INSTALL_RUN --------"
115
117
install_run $PLAT
116
- # - name: Upload wheels to release
117
- # uses: svenstaro/upload-release-action@v2
118
- # if: github.event_name == 'create'
119
- # with:
120
- # repo_token: ${{ secrets.GITHUB_TOKEN }}
121
- # file: ${{ github.workspace }}/wheelhouse/netCDF4*whl
122
- # tag: ${{ github.ref }}
123
- # overwrite: true
124
- # file_glob: true
118
+ - name : Upload wheels to release
119
+ uses : svenstaro/upload-release-action@v2
120
+ if : github.event_name == 'create'
121
+ with :
122
+ repo_token : ${{ secrets.GITHUB_TOKEN }}
123
+ file : ${{ github.workspace }}/wheelhouse/netCDF4*whl
124
+ tag : ${{ github.ref }}
125
+ overwrite : true
126
+ file_glob : true
You can’t perform that action at this time.
0 commit comments