Skip to content

Commit 88661cb

Browse files
committed
include more debug info for cibuildwheel
1 parent c62c492 commit 88661cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run cibuildwheel
5252
run: |
5353
pip install cibuildwheel
54-
cibuildwheel --output-dir wheelhouse
54+
cibuildwheel --debug-traceback --print-build-identifiers --output-dir wheelhouse
5555
env:
5656
CIBW_BEFORE_BUILD_LINUX: |
5757
curl -L -o graalvm.tar.gz https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-23.0.2/graalvm-community-jdk-23.0.2_linux-x64_bin.tar.gz

0 commit comments

Comments
 (0)