Skip to content

Commit 6d033ba

Browse files
chore(deps): bump the actions group with 1 update (#464)
1 parent 5cc8880 commit 6d033ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
113113

114114
- name: Build wheels
115-
uses: pypa/cibuildwheel@v2.16.5
115+
uses: pypa/cibuildwheel@v2.17.0
116116
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
117117
env:
118118
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -141,7 +141,7 @@ jobs:
141141
fetch-depth: 0 # required for versioneer to find tags
142142

143143
- name: Build wheels
144-
uses: pypa/cibuildwheel@v2.16.5
144+
uses: pypa/cibuildwheel@v2.17.0
145145
env:
146146
CIBW_ARCHS: "${{ matrix.arch }}"
147147
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)