Skip to content

Commit 28ad2bc

Browse files
committed
use specific cibuildwheel version
1 parent b795746 commit 28ad2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
platforms: all
129129
- name: Build Wheel
130-
uses: pypa/cibuildwheel@v2
130+
uses: pypa/cibuildwheel@v2.8.1
131131
env:
132132
CIBW_BUILD_VERBOSITY: 1
133133
CIBW_BUILD: ${{ matrix.python-version }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)