Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5422106

Browse files
committedMar 12, 2025·
more debug info on cibuildwheel command
1 parent a6fccc2 commit 5422106

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
@@ -95,7 +95,7 @@ jobs:
9595
- name: Build wheels
9696
run: |
9797
pip install cibuildwheel
98-
CIBW_BEFORE_BUILD="mkdir -p libvcell/lib && cp vcell-native/target/libvcell.* libvcell/lib/" cibuildwheel --output-dir wheelhouse
98+
CIBW_BUILD_VERBOSITY=1 CIBW_BEFORE_BUILD="mkdir -p libvcell/lib && cp vcell-native/target/libvcell.* libvcell/lib/" cibuildwheel --output-dir wheelhouse
9999
100100
- name: Upload wheels as artifacts
101101
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)
Please sign in to comment.