From b1aac8a1f461dcfc56a4241cf758487836f52932 Mon Sep 17 00:00:00 2001 From: James Edington Administrator Date: Fri, 26 Jan 2024 16:58:18 -0600 Subject: [PATCH] Show cffi build log in CI --- .github/workflows/bdist.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bdist.yaml b/.github/workflows/bdist.yaml index b4e8d444..999fae73 100644 --- a/.github/workflows/bdist.yaml +++ b/.github/workflows/bdist.yaml @@ -22,6 +22,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: + CIBW_BUILD_VERBOSITY: 1 # https://peps.python.org/pep-0494/ CIBW_SKIP: "cp36*" # https://cibuildwheel.readthedocs.io/en/stable/options/#:~:text=cibuildwheel%20doesn%27t%20yet%20ship%20a%20default%20repair%20command%20for%20Windows%2E