Skip to content

Commit

Permalink
Merge pull request #474 from dvadym/manylinux2
Browse files Browse the repository at this point in the history
Add verbosity=1 to Manylinux build for debugging
  • Loading branch information
chinmayshah99 authored Oct 16, 2023
2 parents 9f0f975 + 126cb72 commit e754be9
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 e754be9

Please sign in to comment.