Skip to content

Commit e754be9

Browse files
Merge pull request #474 from dvadym/manylinux2
Add verbosity=1 to Manylinux build for debugging
2 parents 9f0f975 + 126cb72 commit e754be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
system_python_version=${{ matrix.python-version }}
7474
py_version=${system_python_version//.} # 3.11 -> 311
7575
export CIBW_BUILD=cp${py_version}-manylinux_x86_64
76+
export CIBW_BUILD_VERBOSITY=1
7677
# Build wheel
7778
echo "Building ${CIBW_BUILD} wheel"
7879
python -m cibuildwheel --output-dir dist .

0 commit comments

Comments
 (0)