Skip to content

Commit 9edb983

Browse files
authored
fix: cibuildwheel sha (#514)
1 parent 1f4be0e commit 9edb983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
fetch-depth: 0
197197

198198
- name: Build wheels
199-
uses: pypa/cibuildwheel@df346e68e9f851bdc1c06a4f9cd1c701dbc82323 # v3.2.0
199+
uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
200200
env:
201201
CIBW_SKIP: "*p36-* *p37-* *p38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}"
202202
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc

0 commit comments

Comments
 (0)