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 feb4f8e commit 561332dCopy full SHA for 561332d
.github/workflows/on-release-main.yml
@@ -53,7 +53,7 @@ jobs:
53
pip install cibuildwheel
54
cibuildwheel --debug-traceback --output-dir wheelhouse
55
env:
56
- CIBW_BEFORE_BUILD_LINUX: |
+ CIBW_BEFORE_ALL_LINUX: |
57
# Install GraalVM
58
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
59
tar -xzf graalvm.tar.gz -C /opt
@@ -71,6 +71,9 @@ jobs:
71
tar -xzf apache-maven.tar.gz -C /opt
72
export MAVEN_HOME=/opt/apache-maven-$MAVEN_VERSION
73
export PATH=$MAVEN_HOME/bin:$PATH
74
+ CIBW_BUILD_VERBOSITY_LINUX: 3
75
+ CIBW_DEBUG_TRACEBACK: TRUE
76
+ CIBW_DEBUG_KEEP_CONTAINER: TRUE
77
78
- name: Copy wheels to dist directory
79
run: |
0 commit comments