Skip to content

Commit 8b50bf5

Browse files
committed
change BUILD_COMMIT to v2.1.6alpha1 branch
1 parent 3514159 commit 8b50bf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
REPO_DIR: netcdf4-python
4040
PKG_NAME: netcdf4-python
41-
BUILD_COMMIT: src_reorg
41+
BUILD_COMMIT: v2.1.6alpha1
4242
UNICODE_WIDTH: 32
4343
MB_PYTHON_VERSION: ${{ matrix.python-version }}
4444
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- REPO_DIR=netcdf4-python
4-
- BUILD_COMMIT=src_reorg
4+
- BUILD_COMMIT=v2.1.6alpha1
55
- PLAT=x86_64
66
- UNICODE_WIDTH=32
77
- NP_BUILD_DEP=1.17.3

0 commit comments

Comments
 (0)