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 4065712 commit 8877301Copy full SHA for 8877301
.github/workflows/build.yml
@@ -160,7 +160,7 @@ jobs:
160
${{ matrix.python-version }} -m pip install --upgrade auditwheel
161
${{ matrix.python-version }} -m pip install --upgrade patchelf
162
${{ matrix.python-version }} -m build --wheel
163
- ${{ matrix.python-version }} -m auditwheel show --verbose dist/*.whl
+ ${{ matrix.python-version }} -m auditwheel -v show dist/*.whl
164
${{ matrix.python-version }} -m auditwheel repair dist/*.whl
165
shell: bash
166
- name: Test
0 commit comments