Skip to content

Commit

Permalink
build v1.4.1rel
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Feb 2, 2021
1 parent 8e0d22d commit a166dac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
REPO_DIR: cftime
PKG_NAME: cftime
BUILD_COMMIT: v1.4.0rel
BUILD_COMMIT: v1.4.1rel
UNICODE_WIDTH: 32
MB_PYTHON_VERSION: ${{ matrix.python-version }}
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}
Expand Down
40 changes: 20 additions & 20 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ os: Visual Studio 2015
environment:
global:
# Remember to edit .travis.yml too
BUILD_COMMIT: v1.4.0rel2
BUILD_COMMIT: v1.4.1rel
WHEELHOUSE_UPLOADER_USERNAME: travis-worker
# Encrypted to matthew.brett+unidata account.
WHEELHOUSE_UPLOADER_SECRET:
secure: H46gyfPdKSfXRfADNnvwJRfqX9vyHoeM16shc19GdWQLMHLl8CADY60SBnNm4fjE

matrix:
- PYTHON: C:\Python39
NP_BUILD_DEP: "1.19.4"
NP_TEST_DEP: "1.19.4"
- PYTHON: C:\Python39-x64
NP_BUILD_DEP: "1.19.4"
NP_TEST_DEP: "1.19.4"
- PYTHON: C:\Python38
NP_BUILD_DEP: "1.17.3"
NP_TEST_DEP: "1.17.3"
- PYTHON: C:\Python38-x64
NP_BUILD_DEP: "1.17.3"
NP_TEST_DEP: "1.17.3"
- PYTHON: C:\Python37
NP_BUILD_DEP: "1.14.5"
NP_TEST_DEP: "1.14.5"
- PYTHON: C:\Python37-x64
NP_BUILD_DEP: "1.14.5"
NP_TEST_DEP: "1.14.5"
# - PYTHON: C:\Python39
# NP_BUILD_DEP: "1.19.4"
# NP_TEST_DEP: "1.19.4"
# - PYTHON: C:\Python39-x64
# NP_BUILD_DEP: "1.19.4"
# NP_TEST_DEP: "1.19.4"
# - PYTHON: C:\Python38
# NP_BUILD_DEP: "1.17.3"
# NP_TEST_DEP: "1.17.3"
# - PYTHON: C:\Python38-x64
# NP_BUILD_DEP: "1.17.3"
# NP_TEST_DEP: "1.17.3"
# - PYTHON: C:\Python37
# NP_BUILD_DEP: "1.14.5"
# NP_TEST_DEP: "1.14.5"
# - PYTHON: C:\Python37-x64
# NP_BUILD_DEP: "1.14.5"
# NP_TEST_DEP: "1.14.5"
- PYTHON: C:\Python36
- PYTHON: C:\Python36-x64
#- PYTHON: C:\Python35
Expand Down Expand Up @@ -123,7 +123,7 @@ artifacts:
deploy:
- provider: GitHub
description: "cftime release"
tag: v1.4.0rel2
tag: v1.4.1rel
auth_token:
secure: hjJNKldisMmyQSiKXHMbEsXgYVr9lNDI3es4qvhYskBq+BDXcCpjL4oDwT3KXykn
force_update: true
Expand Down

0 comments on commit a166dac

Please sign in to comment.