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

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