Skip to content

Commit a877d6f

Browse files
authored
Merge pull request #1449 from Unidata/dependabot/github_actions/github-actions-e6de812762
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 in the github-actions group
2 parents 90e06b8 + 973fe2b commit a877d6f

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.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)