fix: increase verbosity of wheel builds (#55)
This commit is contained in:
parent
6693171a2f
commit
4779e7b825
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -124,6 +124,7 @@ jobs:
|
||||
env:
|
||||
CIBW_SKIP: cp36-*
|
||||
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
||||
CIBW_BUILD_VERBOSITY: 3
|
||||
REQUIRE_CYTHON: 1
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user