Skip to content

Commit a9567f6

Browse files
committed
try building manylinux2010 wheels
1 parent 5fd0c94 commit a9567f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
# python-version: ["3.8"]
3232
# os: [ubuntu-latest, macos-latest]
3333
# platform: [x64]
34-
MB_ML_VER: [2014]
34+
MB_ML_VER: [2010]
3535
exclude:
3636
- os: macos-latest
3737
platform: x32
3838
env:
3939
REPO_DIR: netcdf4-python
4040
PKG_NAME: netcdf4-python
41-
BUILD_COMMIT: v2.1.6alpha1
41+
BUILD_COMMIT: v1.5.6alpha1
4242
UNICODE_WIDTH: 32
4343
MB_PYTHON_VERSION: ${{ matrix.python-version }}
4444
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)