From 06172eaba09d508aa7c77f4cfda56fc4cc67d1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:19:28 -0400 Subject: [PATCH] chore: bump pypa/cibuildwheel from 2.14 to 2.15 (#169) * chore: bump pypa/cibuildwheel from 2.14 to 2.15 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14 to 2.15. - [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.14...v2.15) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update .github/workflows/wheels.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0dd8de5..6334762 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,10 +43,9 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: pypa/cibuildwheel@v2.14 + - uses: pypa/cibuildwheel@v2.15 env: CIBW_ARCHS_MACOS: auto universal2 - CIBW_PRERELEASE_PYTHONS: true - name: Verify clean directory run: git diff --exit-code