Skip to content

Commit 83fff8f

Browse files
Bump pypa/cibuildwheel from 3.2.0 to 3.2.1 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.0 to 3.2.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbd99d8 commit 83fff8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.0
92+
uses: pypa/cibuildwheel@v3.2.1
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.0
129+
uses: pypa/cibuildwheel@v3.2.1
130130
env:
131131
CIBW_ARCHS: ${{ matrix.arch }}
132132
# cannot build cftime for this target (missing a wheel at the time of writing)

0 commit comments

Comments
 (0)