Skip to content

Commit

Permalink
Try building rel-1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Dec 2, 2024
1 parent 5cca02a commit 61bb43c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wheel_build_task:
env:
BUILD_PREFIX: /private/tmp/local
REPO_DIR: rasterio
BUILD_COMMIT: 1.4.2
BUILD_COMMIT: rel-1.4.3
CIRRUS_CLONE_SUBMODULES: true
PATH: /opt/homebrew/opt/python@3.10/bin:$PATH
PLAT: "arm64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- os: "ubuntu-20.04"
os-name: "focal"
env:
BUILD_COMMIT: 1.4.2
BUILD_COMMIT: rel-1.4.3
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Windows wheels
on: [push, pull_request, workflow_dispatch]

env:
REF: 1.4.2
REF: rel-1.4.3

# cancel running jobs on new commit to PR
concurrency:
Expand Down

0 comments on commit 61bb43c

Please sign in to comment.