fix: increase verbosity of wheel builds (#55)

This commit is contained in:
J. Nick Koston 2022-10-02 10:04:58 -10:00 committed by GitHub
parent 6693171a2f
commit 4779e7b825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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