Skip to content

Commit

Permalink
temp hack to see err output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexddobkin committed Feb 12, 2025
1 parent b81056c commit 99f9a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 99f9a16

Please sign in to comment.