Skip to content

Commit 200150d

Browse files
authored
Update .github/workflows/build.yml
1 parent ad23b05 commit 200150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
123123

124124
- name: Build wheels
125-
uses: pypa/cibuildwheel@main
125+
uses: pypa/cibuildwheel@v2.22
126126
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
127127
env:
128128
CIBW_ARCHS: "${{ matrix.arch }}"

0 commit comments

Comments
 (0)