Skip to content

Commit 9bc3944

Browse files
chore(deps): bump pypa/cibuildwheel from 2.14 to 2.15 (#150)
* chore(deps): 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](pypa/cibuildwheel@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] <support@github.com> * Update .github/workflows/wheels.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent 3f67671 commit 9bc3944

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ jobs:
4343
with:
4444
submodules: true
4545

46-
- uses: pypa/cibuildwheel@v2.14
46+
- uses: pypa/cibuildwheel@v2.15
4747
env:
4848
CIBW_ARCHS_MACOS: auto universal2
49-
CIBW_PRERELEASE_PYTHONS: "1"
5049

5150
- name: Verify clean directory
5251
run: git diff --exit-code

0 commit comments

Comments
 (0)