Skip to content

Commit b69a5fe

Browse files
authored
Merge pull request #109 from pytroll/dependabot/github_actions/pypa/cibuildwheel-3.3.0
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0
2 parents b1cdd52 + 366de56 commit b69a5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git fetch --prune --unshallow
5353
5454
- name: Build wheels
55-
uses: pypa/cibuildwheel@v3.2.1
55+
uses: pypa/cibuildwheel@v3.3.0
5656
env:
5757
CIBW_SKIP: "cp39-* cp310-* *-manylinux_i686 *-musllinux_i686 *-musllinux_aarch64 *-win32"
5858
CIBW_ARCHS: "${{ matrix.arch }}"

0 commit comments

Comments
 (0)