Skip to content

Commit 9915511

Browse files
committed
build v1.3.1alpha1 branch
1 parent 8bb0bc5 commit 9915511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
REPO_DIR: cftime
4040
PKG_NAME: cftime
41-
BUILD_COMMIT: v1.3.0rel
41+
BUILD_COMMIT: v1.3.1alpha1
4242
UNICODE_WIDTH: 32
4343
MB_PYTHON_VERSION: ${{ matrix.python-version }}
4444
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- REPO_DIR="cftime"
4-
- BUILD_COMMIT=v1.3.0rel
4+
- BUILD_COMMIT=v1.3.1alpha1
55
- PLAT=x86_64
66
- UNICODE_WIDTH=32
77
- NP_BUILD_DEP="numpy==1.17.3"

0 commit comments

Comments
 (0)