Skip to content

Commit 91fbb72

Browse files
committed
x
1 parent c066cf7 commit 91fbb72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
TWINE_PASSWORD: ${{ secrets.twine_password || secrets.PYPI_TOKEN }}
6363
run: |
6464
uv run pyproject-build
65-
uv run twine upload --repository ${{ inputs.repository }} dist/*
65+
uv run twine upload --verbose --repository ${{ inputs.repository }} dist/*
6666
- name: highlight
6767
# TODO: update package name in summary text
6868
run: |

0 commit comments

Comments
 (0)