Skip to content

Commit f056c33

Browse files
Build(ci): Bump pypa/cibuildwheel from 3.2.1 to 3.3.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 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@v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b98984 commit f056c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: '3.13'
4747

4848
- name: Build wheels
49-
uses: pypa/cibuildwheel@v3.2.1
49+
uses: pypa/cibuildwheel@v3.3.0
5050
env:
5151
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
5252
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v5
6565

6666
- name: Build wheels
67-
uses: pypa/cibuildwheel@v3.2.1
67+
uses: pypa/cibuildwheel@v3.3.0
6868
env:
6969
CIBW_PLATFORM: pyodide
7070
CIBW_BUILD: 'cp313-pyodide_wasm32'

0 commit comments

Comments
 (0)