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 a6fccc2 commit 5422106Copy full SHA for 5422106
.github/workflows/on-release-main.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Build wheels
96
run: |
97
pip install cibuildwheel
98
- CIBW_BEFORE_BUILD="mkdir -p libvcell/lib && cp vcell-native/target/libvcell.* libvcell/lib/" cibuildwheel --output-dir wheelhouse
+ CIBW_BUILD_VERBOSITY=1 CIBW_BEFORE_BUILD="mkdir -p libvcell/lib && cp vcell-native/target/libvcell.* libvcell/lib/" cibuildwheel --output-dir wheelhouse
99
100
- name: Upload wheels as artifacts
101
uses: actions/upload-artifact@v4
0 commit comments