Skip to content

Commit 62d8baf

Browse files
chore(deps): bump pypa/cibuildwheel from 2.22.0 to 3.3.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 3.3.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v3.3.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bc6019 commit 62d8baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Build wheels
21-
uses: pypa/cibuildwheel@v2.22.0
21+
uses: pypa/cibuildwheel@v3.3.1
2222
env:
2323
CIBW_BUILD: "cp311-* cp312-* cp313-*"
2424
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"

0 commit comments

Comments
 (0)