Skip to content

Commit 7540fbd

Browse files
build(deps): bump pypa/cibuildwheel from 3.0.0b1 to 3.0.0b2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.0b1 to 3.0.0b2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.0b1...v3.0.0b2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0b2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca83721 commit 7540fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
tar zxvf *.tar.gz --strip-components=1
6868
- name: Build wheels
69-
uses: pypa/cibuildwheel@v3.0.0b1
69+
uses: pypa/cibuildwheel@v3.0.0b2
7070
env:
7171
CIBW_BUILD: "cp3{8..13}-${{ matrix.wheel_type }}"
7272
CIBW_ARCHS_LINUX: auto aarch64

0 commit comments

Comments
 (0)