diff --git a/.cirrus.yml b/.cirrus.yml index 7c73840..a798530 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: 1.10.0 + BUILD_COMMIT: rel-1.10.1 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 a036252..32f66f6 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: 1.10.0 + BUILD_COMMIT: rel-1.10.1 PLAT: "${{ matrix.platform }}" MB_PYTHON_VERSION: "${{ matrix.python }}" MB_ML_VER: "2014" @@ -54,7 +54,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: build steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Upload Release diff --git a/.github/workflows/win-wheels.yaml b/.github/workflows/win-wheels.yaml index 91d2996..88efb4c 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: 1.10.0 + REF: rel-1.10.1 # cancel running jobs on new commit to PR concurrency: @@ -124,7 +124,7 @@ jobs: allow-prereleases: true - name: Download wheels from artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: wheelhouse - name: Install dependencies and Fiona wheel diff --git a/vcpkg.json b/vcpkg.json index a9a90ff..35106fd 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fiona", - "version": "1.10.0", + "version": "1.10.1", "dependencies": [ "gdal" ], "builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1" }