Skip to content

Commit 1ae821f

Browse files
committed
Updating verbosity for the wheels.
1 parent c1a395c commit 1ae821f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ jobs:
9292
CIBW_SKIP: "cp36-* cp37-* cp38-*"
9393
CIBW_ARCHS_LINUX: "x86_64"
9494
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux_2_28_x86_64"
95+
CIBW_BUILD_VERBOSITY: 3 # Enable detailed logging
9596
run: |
96-
cibuildwheel --output-dir wheelhouse --verbose
97+
cibuildwheel --output-dir wheelhouse
9798
9899
- name: upload wheels
99100
uses: actions/upload-artifact@v4
@@ -129,9 +130,9 @@ jobs:
129130
CIBW_ARCHS_LINUX: "aarch64"
130131
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_28_aarch64"
131132
CIBW_ENVIRONMENT: "CXXFLAGS='-g -O2 -fno-omit-frame-pointer'"
132-
CIBW_BEFORE_BUILD: "echo 'Running Debug Mode' && pip install debugpy"
133+
CIBW_BUILD_VERBOSITY: 3 # Enable detailed logging
133134
run: |
134-
cibuildwheel --output-dir wheelhouse --verbose
135+
cibuildwheel --output-dir wheelhouse
135136
136137
- name: upload wheels
137138
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)