We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62c492 commit 88661cbCopy full SHA for 88661cb
.github/workflows/on-release-main.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Run cibuildwheel
52
run: |
53
pip install cibuildwheel
54
- cibuildwheel --output-dir wheelhouse
+ cibuildwheel --debug-traceback --print-build-identifiers --output-dir wheelhouse
55
env:
56
CIBW_BEFORE_BUILD_LINUX: |
57
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