Skip to content

Commit 6aeb24f

Browse files
build(deps): bump pypa/cibuildwheel from 2.12.0 to 2.13.0 (#49)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a4f329 commit 6aeb24f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python -m pip install "cibuildwheel==2.3.1"
3131
3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v2.12.0
33+
uses: pypa/cibuildwheel@v2.13.0
3434
env:
3535
CIBW_SKIP: "cp36* pp* *i686 *musllinux*"
3636
CIBW_BEFORE_BUILD: "bash {package}/.github/workflows/before_build.sh ${{ matrix.os }}"

0 commit comments

Comments
 (0)