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.
2 parents 9f0f975 + 126cb72 commit e754be9Copy full SHA for e754be9
.github/workflows/publish.yml
@@ -73,6 +73,7 @@ jobs:
73
system_python_version=${{ matrix.python-version }}
74
py_version=${system_python_version//.} # 3.11 -> 311
75
export CIBW_BUILD=cp${py_version}-manylinux_x86_64
76
+ export CIBW_BUILD_VERBOSITY=1
77
# Build wheel
78
echo "Building ${CIBW_BUILD} wheel"
79
python -m cibuildwheel --output-dir dist .
0 commit comments