We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a39ef commit 173833bCopy full SHA for 173833b
1 file changed
.github/workflows/build-wheels.yml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Build wheels
22
uses: pypa/cibuildwheel@v3.1.3
23
+ env:
24
+ - CIBW_BUILD_VERBOSITY=1
25
26
- uses: actions/upload-artifact@v4
27
with:
0 commit comments