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 92f1657 commit c503d37Copy full SHA for c503d37
.github/workflows/build-and-publish-to-pypi.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "[build]`ncompiler=mingw32" | Out-File -Encoding ASCII ~/pydistutils.cfg
45
46
- name: Build wheels
47
- uses: pypa/cibuildwheel@v2.21.2
+ uses: pypa/cibuildwheel@v2.21.3
48
env:
49
# Disable building for PyPy and 32bit.
50
CIBW_SKIP: pp* *-win32 *-manylinux_i686
0 commit comments