Skip to content

Commit 0afa7f2

Browse files
authored
Merge pull request #100 from pytroll/dependabot/github_actions/pypa/cibuildwheel-3.1.4
Bump pypa/cibuildwheel from 3.0.0 to 3.1.4
2 parents b29c01a + 62b11fc commit 0afa7f2

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
@@ -59,7 +59,7 @@ jobs:
5959
platforms: all
6060

6161
- name: Build wheels
62-
uses: pypa/cibuildwheel@v3.0.0
62+
uses: pypa/cibuildwheel@v3.1.4
6363
env:
6464
CIBW_SKIP: "cp38-* *-manylinux_i686 *-musllinux_i686 *-musllinux_aarch64 *-win32"
6565
CIBW_ARCHS: "${{ matrix.cibw_archs }}"

0 commit comments

Comments
 (0)