Skip to content

Commit 7d4bec9

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) Updates `pypa/cibuildwheel` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.4.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 24a17aa commit 7d4bec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
# For aarch64 support
6767
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
68-
- uses: docker/setup-qemu-action@v3
68+
- uses: docker/setup-qemu-action@v4
6969
with:
7070
platforms: all
7171
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ github.event_name }} == "pull_request"
8686

8787
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
88-
uses: pypa/cibuildwheel@v3.3.1
88+
uses: pypa/cibuildwheel@v3.4.0
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/cibuildwheel@v3.3.1
131+
uses: pypa/cibuildwheel@v3.4.0
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/cibuildwheel@v3.3.1
170+
uses: pypa/cibuildwheel@v3.4.0
171171
env:
172172
CIBW_ARCHS: ARM64
173173
CIBW_SKIP: "cp310-*"

0 commit comments

Comments
 (0)