We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3514159 commit 8b50bf5Copy full SHA for 8b50bf5
.github/workflows/build-wheels.yml
@@ -38,7 +38,7 @@ jobs:
38
env:
39
REPO_DIR: netcdf4-python
40
PKG_NAME: netcdf4-python
41
- BUILD_COMMIT: src_reorg
+ BUILD_COMMIT: v2.1.6alpha1
42
UNICODE_WIDTH: 32
43
MB_PYTHON_VERSION: ${{ matrix.python-version }}
44
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}
.travis.yml
@@ -1,7 +1,7 @@
1
2
global:
3
- REPO_DIR=netcdf4-python
4
- - BUILD_COMMIT=src_reorg
+ - BUILD_COMMIT=v2.1.6alpha1
5
- PLAT=x86_64
6
- UNICODE_WIDTH=32
7
- NP_BUILD_DEP=1.17.3
0 commit comments