Skip to content

Commit cceeb6b

Browse files
authored
Update build-linux.yml
1 parent 38c23dd commit cceeb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
6666
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
6767
run: |
68-
twine upload wheelhouse/*-manylinux*.whl --skip-existing
68+
twine upload wheelhouse/*-manylinux*.whl --skip-existing --verbose

0 commit comments

Comments
 (0)