From 67aff0ffdce59c339e8ea637d8f5678e9f8a6614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:31:11 +0000 Subject: [PATCH 1/2] Bump pypa/cibuildwheel from 2.17 to 2.18 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17 to 2.18. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17...v2.18) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0af6721b5..ec9da2d34 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -117,7 +117,7 @@ jobs: cp "$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/share/proj/"* ${GITHUB_WORKSPACE}/pyproj/proj_dir/share/proj/ - name: Build wheels - uses: pypa/cibuildwheel@v2.17 + uses: pypa/cibuildwheel@v2.18 env: CIBW_SKIP: "*musllinux* pp*-win* pp31*" CIBW_ARCHS: ${{ matrix.arch }} From 1142a2b31cbddf0c2126ea95236a33611e273e64 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Thu, 30 May 2024 22:36:09 -0500 Subject: [PATCH 2/2] CI: Remove MACOSX_DEPLOYMENT_TARGET --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec9da2d34..99ab633d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -131,7 +131,6 @@ jobs: PROJ_NETWORK=ON PROJ_VERSION=${{ env.PROJ_VERSION }} PROJ_DIR=${GITHUB_WORKSPACE}/pyproj/proj_dir - MACOSX_DEPLOYMENT_TARGET=10.9 CMAKE_OSX_ARCHITECTURES='${{ matrix.cmake_osx_architectures }}' LDFLAGS="${LDFLAGS} -Wl,-rpath,${GITHUB_WORKSPACE}/pyproj/proj_dir/lib" CIBW_ENVIRONMENT_WINDOWS: