Skip to content

Commit a332de8

Browse files
authored
Merge pull request #1463 from Unidata/dependabot/github_actions/github-actions-c39ac40c9c
Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 in the github-actions group
2 parents f8044fe + 028bd67 commit a332de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ github.event_name }} == "pull_request"
8686

8787
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
88-
uses: pypa/[email protected].0
88+
uses: pypa/[email protected].1
8989
env:
9090
CIBW_ARCHS: ${{ matrix.arch }}
9191

@@ -128,7 +128,7 @@ jobs:
128128
python=${{ matrix.python-version }} libnetcdf=4.9.3 --channel conda-forge
129129
130130
- name: Build wheels for Windows/Mac
131-
uses: pypa/[email protected].0
131+
uses: pypa/[email protected].1
132132
env:
133133
CIBW_ARCHS: ${{ matrix.arch }}
134134

@@ -167,7 +167,7 @@ jobs:
167167
echo "NETCDF4_DIR=C:\vcpkg\installed\arm64-windows" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
168168
169169
- name: Build wheels for Windows ARM64
170-
uses: pypa/[email protected].0
170+
uses: pypa/[email protected].1
171171
env:
172172
CIBW_ARCHS: ARM64
173173
CIBW_SKIP: "cp310-*"

0 commit comments

Comments
 (0)