Skip to content

Commit

Permalink
Build 1.10.1 (#52)
Browse files Browse the repository at this point in the history
* Build 1.10.1

* download-artifacts v2 is deprecated
  • Loading branch information
sgillies authored Jan 2, 2025
1 parent 9d60b96 commit 01866e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: Fiona
BUILD_COMMIT: 1.10.0
BUILD_COMMIT: rel-1.10.1
CIRRUS_CLONE_SUBMODULES: true
PATH: /opt/homebrew/opt/[email protected]/bin:$PATH
PLAT: "arm64"
Expand Down
4 changes: 2 additions & 2 deletions .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.10.0
BUILD_COMMIT: rel-1.10.1
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fiona",
"version": "1.10.0",
"version": "1.10.1",
"dependencies": [ "gdal" ],
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1"
}

0 comments on commit 01866e1

Please sign in to comment.