File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ jobs:
3131# python-version: ["3.8"]
3232# os: [ubuntu-latest, macos-latest]
3333# platform: [x64]
34- MB_ML_VER : [2010]
34+ MB_ML_VER : [1, 2010,2014 ]
3535 exclude :
3636 - os : macos-latest
3737 platform : x32
38+ - ML_MB_VER : 1
39+ python-version : ["3.7","3.8","3.9"]
3840 env :
3941 REPO_DIR : netcdf4-python
4042 PKG_NAME : netcdf4-python
@@ -113,12 +115,12 @@ jobs:
113115 build_wheel $REPO_DIR $PLAT
114116 echo "------- INSTALL_RUN --------"
115117 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