From 7f42eeef5a2e72df2e9403246f079f85dbd62615 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Wed, 26 May 2021 16:38:59 +0100 Subject: [PATCH] test wheel build status in advance of 1.2.5 release --- .travis.yml | 2 +- azure/posix.yml | 2 +- azure/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ea9abd..497c8cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: global: - REPO_DIR=pandas # on release change this to a version - - BUILD_COMMIT="v1.2.4" + - BUILD_COMMIT="1.2.x" - UNICODE_WIDTH=32 - PLAT=aarch64 - NP_BUILD_DEP="numpy==1.16.5" diff --git a/azure/posix.yml b/azure/posix.yml index 895447c..c4b9eff 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -9,7 +9,7 @@ jobs: vmImage: ${{ parameters.vmImage }} variables: REPO_DIR: "pandas" - BUILD_COMMIT: "v1.2.4" + BUILD_COMMIT: "1.2.x" PLAT: "x86_64" NP_BUILD_DEP: "numpy==1.16.5" CYTHON_BUILD_DEP: "cython==0.29.21" diff --git a/azure/windows.yml b/azure/windows.yml index 2cee21d..0daa7fe 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -8,7 +8,7 @@ jobs: pool: vmImage: ${{ parameters.vmImage }} variables: - BUILD_COMMIT: "v1.2.4" + BUILD_COMMIT: "1.2.x" NP_BUILD_DEP: "1.16.5" CYTHON_BUILD_DEP: "0.29.21" NIGHTLY_BUILD_COMMIT: "master"