From f8b0f6479e06cac152ad3eb178d7d0818444b687 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Fri, 3 Jan 2025 20:39:49 -0700 Subject: [PATCH] Build maint-1.10 branch --- .cirrus.yml | 2 +- .github/workflows/wheels.yaml | 2 +- .github/workflows/win-wheels.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index a798530..ea80829 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,7 +5,7 @@ wheel_build_task: env: BUILD_PREFIX: /private/tmp/local REPO_DIR: Fiona - BUILD_COMMIT: rel-1.10.1 + BUILD_COMMIT: maint-1.10 CIRRUS_CLONE_SUBMODULES: true PATH: /opt/homebrew/opt/python@3.10/bin:$PATH PLAT: "arm64" diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 32f66f6..130b51c 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -27,7 +27,7 @@ jobs: - os: "ubuntu-20.04" os-name: "focal" env: - BUILD_COMMIT: rel-1.10.1 + BUILD_COMMIT: maint-1.10 PLAT: "${{ matrix.platform }}" MB_PYTHON_VERSION: "${{ matrix.python }}" MB_ML_VER: "2014" diff --git a/.github/workflows/win-wheels.yaml b/.github/workflows/win-wheels.yaml index 88efb4c..2e0e582 100644 --- a/.github/workflows/win-wheels.yaml +++ b/.github/workflows/win-wheels.yaml @@ -5,7 +5,7 @@ name: Windows wheels on: [push, pull_request, workflow_dispatch] env: - REF: rel-1.10.1 + REF: maint-1.10 # cancel running jobs on new commit to PR concurrency: