Skip to content

Commit 1cacbf2

Browse files
ci(dependabot): bump pypa/cibuildwheel from 3.0 to 3.1 (#60)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0 to 3.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0...v3.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.1' 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 9b9cd81 commit 1cacbf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
meson rewrite kwargs set project / version $(python scripts/extract_version.py)
4141
4242
- name: Build wheels
43-
uses: pypa/cibuildwheel@v3.0
43+
uses: pypa/cibuildwheel@v3.1
4444
env:
4545
CIBW_ARCHS_MACOS: "${{ matrix.macos_arch }}"
4646
# Python on Linux is usually configured to add debug information,

0 commit comments

Comments
 (0)