Skip to content

Commit

Permalink
Add verbosity to Manylinux build for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dvadym committed Oct 15, 2023
1 parent 9f0f975 commit 126cb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
system_python_version=${{ matrix.python-version }}
py_version=${system_python_version//.} # 3.11 -> 311
export CIBW_BUILD=cp${py_version}-manylinux_x86_64
export CIBW_BUILD_VERBOSITY=1
# Build wheel
echo "Building ${CIBW_BUILD} wheel"
python -m cibuildwheel --output-dir dist .
Expand Down

0 comments on commit 126cb72

Please sign in to comment.