From 99f9a16151ca1b3f43b5a48c36cc85f3e2bba5f1 Mon Sep 17 00:00:00 2001 From: alexd Date: Wed, 12 Feb 2025 09:18:19 -0500 Subject: [PATCH] temp hack to see err output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7e1f285..3c2ff400 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ dist-py-wheel: python setup.py bdist_wheel $(EXTRA_ARGS) dist-py-cibw: - python -m cibuildwheel --output-dir dist $(EXTRA_ARGS) + python -m cibuildwheel --output-dir dist $(EXTRA_ARGS) || cat /project/vcpkg/buildtrees/cyrus-sasl/autoconf-x64-linux-err.log dist-check: python -m twine check --strict dist/*