We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4be0e commit 9edb983Copy full SHA for 9edb983
.github/workflows/ci.yml
@@ -196,7 +196,7 @@ jobs:
196
fetch-depth: 0
197
198
- name: Build wheels
199
- uses: pypa/cibuildwheel@df346e68e9f851bdc1c06a4f9cd1c701dbc82323 # v3.2.0
+ uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
200
env:
201
CIBW_SKIP: "*p36-* *p37-* *p38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}"
202
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
0 commit comments