Skip to content

Commit b268b5c

Browse files
committed
build different manylinux versions, upload to github
1 parent a9567f6 commit b268b5c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/build-wheels.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)