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 d485930 commit f82f5e7Copy full SHA for f82f5e7
.github/workflows/publish.yml
@@ -72,6 +72,7 @@ jobs:
72
env:
73
CIBW_BUILD: ${{ matrix.python-version }}-manylinux_x86_64
74
CIBW_MANYLINUX_X86_64_IMAGE: sameli/manylinux2014_x86_64_cuda_${{ matrix.cuda-version }}
75
+ CIBW_BUILD_VERBOSITY: 1
76
77
- name: Log Built Wheels
78
run: |
0 commit comments