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 9b2dc3c commit 68fc83fCopy full SHA for 68fc83f
1 file changed
.github/workflows/ci.yml
@@ -261,7 +261,7 @@ jobs:
261
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
262
fi
263
- name: Build wheels
264
- uses: pypa/cibuildwheel@v2.23.2
+ uses: pypa/cibuildwheel@v2.23.3
265
env:
266
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
267
REQUIRE_CYTHON: 1
0 commit comments