Skip to content

Commit 8877301

Browse files
try to fix license files not be accepting by twine
1 parent 4065712 commit 8877301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
${{ matrix.python-version }} -m pip install --upgrade auditwheel
161161
${{ matrix.python-version }} -m pip install --upgrade patchelf
162162
${{ matrix.python-version }} -m build --wheel
163-
${{ matrix.python-version }} -m auditwheel show --verbose dist/*.whl
163+
${{ matrix.python-version }} -m auditwheel -v show dist/*.whl
164164
${{ matrix.python-version }} -m auditwheel repair dist/*.whl
165165
shell: bash
166166
- name: Test

0 commit comments

Comments
 (0)