From 976c47da46d04ad906d04adbc086f1453efac123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 05:07:38 +0000 Subject: [PATCH 1/3] chore: bump pypa/cibuildwheel from 2.17 to 2.18 in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 51d7228..24a4f46 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pypa/cibuildwheel@v2.17 + - uses: pypa/cibuildwheel@v2.18 env: CIBW_ARCHS_MACOS: auto universal2 From 1d14aa6e6cb516c1299b5bccb0f7e5cb9677cae5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 13 May 2024 01:54:46 -0400 Subject: [PATCH 2/3] Update wheels.yml --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 24a4f46..50136d7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -39,14 +39,14 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-13] + os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4 - uses: pypa/cibuildwheel@v2.18 env: - CIBW_ARCHS_MACOS: auto universal2 + CIBW_PRERELEASE_PYTHONS: true - name: Verify clean directory run: git diff --exit-code From 6bf63b4e429652170f056e2365dc47f025fbafb7 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 11 Jun 2024 01:12:56 -0400 Subject: [PATCH 3/3] Update wheels.yml --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 50136d7..1ed806b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pypa/cibuildwheel@v2.18 + - uses: pypa/cibuildwheel@v2.19 env: CIBW_PRERELEASE_PYTHONS: true