From a31115d337a7f6152a5a6efabef74b2779f49500 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Tue, 5 Jul 2022 16:59:09 -0600 Subject: [PATCH] Build rasterio 1.3.0 wheels --- .github/workflows/wheels.yaml | 2 +- .github/workflows/win-wheels.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 9e6e264..4174fc0 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -28,7 +28,7 @@ jobs: - os: "ubuntu-20.04" os-name: "focal" env: - BUILD_COMMIT: 1.3b3 + BUILD_COMMIT: 1.3.0 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 619c41b..3ed39a2 100644 --- a/.github/workflows/win-wheels.yaml +++ b/.github/workflows/win-wheels.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v3 with: repository: rasterio/rasterio - ref: 1.3b3 + ref: 1.3.0 - name: Add to rasterio setup.cfg shell: bash