Skip to content

Commit 2fb3122

Browse files
committed
verbose
1 parent 0319201 commit 2fb3122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
4040
run: |
4141
python -m pip install --upgrade twine &&
42-
twine upload wheelhouse/*.whl
42+
twine upload --verbose wheelhouse/*.whl

0 commit comments

Comments
 (0)