Skip to content

Commit 973fe2b

Browse files
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 in the github-actions group
Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90e06b8 commit 973fe2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: ${{ github.event_name }} == "pull_request"
9090

9191
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
92-
uses: pypa/cibuildwheel@v3.2.1
92+
uses: pypa/cibuildwheel@v3.3.0
9393
env:
9494
CIBW_ARCHS: ${{ matrix.arch }}
9595

@@ -126,7 +126,7 @@ jobs:
126126
python=${{ matrix.python-version }} libnetcdf=4.9.2 --channel conda-forge
127127
128128
- name: Build wheels for Windows (${{ matrix.arch }})
129-
uses: pypa/cibuildwheel@v3.2.1
129+
uses: pypa/cibuildwheel@v3.3.0
130130
env:
131131
CIBW_ARCHS: ${{ matrix.arch }}
132132

0 commit comments

Comments
 (0)