Skip to content

Commit 8d3c304

Browse files
Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 (#3294)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.15.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.14.1...v2.15.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc9039a commit 8d3c304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/checkout@v3
111111
- name: Build wheels
112-
uses: pypa/cibuildwheel@v2.14.1
112+
uses: pypa/cibuildwheel@v2.15.0
113113
env:
114114
CIBW_BUILD: cp${{ matrix.python-version }}-*
115115
- name: Save artifact

0 commit comments

Comments
 (0)