Skip to content

Commit c65f52c

Browse files
Bump pypa/cibuildwheel from 2.22.0 to 3.3.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 3.3.0. - [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.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88411f8 commit c65f52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535

3636
- name: Build test wheels (only PRs)
3737
if: github.event_name != 'release'
38-
uses: pypa/cibuildwheel@v2.22.0
38+
uses: pypa/cibuildwheel@v3.3.0
3939
env: # build 1 build per platform just to make sure we can do it later when releasing
4040
CIBW_BUILD: "cp310-*"
4141
with:
4242
package-dir: ${{github.workspace}}/python/
4343

4444
- name: Build all wheels
4545
if: github.event_name == 'release'
46-
uses: pypa/cibuildwheel@v2.22.0
46+
uses: pypa/cibuildwheel@v3.3.0
4747
with:
4848
package-dir: ${{github.workspace}}/python/
4949

0 commit comments

Comments
 (0)