Skip to content

Commit 9f3629e

Browse files
build(deps): bump pypa/cibuildwheel from 3.0.0b4 to 3.0.0rc2 (#1354)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.0b4 to 3.0.0rc2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.0b4...v3.0.0rc2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0rc2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b818c0c commit 9f3629e

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
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name != 'release'
4545
run: echo CIBW_ENABLE=cpython-prerelease >> $GITHUB_ENV
4646
- name: Build wheels
47-
uses: pypa/[email protected].0b4
47+
uses: pypa/[email protected].0rc2
4848
- uses: actions/upload-artifact@v4
4949
with:
5050
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)