Skip to content

Commit 1561f67

Browse files
authored
Merge pull request #1429 from Unidata/dependabot/github_actions/github-actions-8e7350e44a
Bump pypa/cibuildwheel from 3.1.4 to 3.2.0 in the github-actions group
2 parents bd4302b + 1676617 commit 1561f67

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.1.4
92+
uses: pypa/cibuildwheel@v3.2.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.1.4
129+
uses: pypa/cibuildwheel@v3.2.0
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)