Skip to content

Commit d0a60ff

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: uv run --no-dev --group build scripts/extract_version.py --update
3737

3838
- name: Build wheels
39-
uses: pypa/cibuildwheel@v3.1
39+
uses: pypa/cibuildwheel@v3.2
4040
env:
4141
CIBW_ARCHS_MACOS: "${{ matrix.macos_arch }}"
4242
# Python on Linux is usually configured to add debug information,

0 commit comments

Comments
 (0)