We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c066cf7 commit 91fbb72Copy full SHA for 91fbb72
1 file changed
.github/workflows/publish.yml
@@ -62,7 +62,7 @@ jobs:
62
TWINE_PASSWORD: ${{ secrets.twine_password || secrets.PYPI_TOKEN }}
63
run: |
64
uv run pyproject-build
65
- uv run twine upload --repository ${{ inputs.repository }} dist/*
+ uv run twine upload --verbose --repository ${{ inputs.repository }} dist/*
66
- name: highlight
67
# TODO: update package name in summary text
68
0 commit comments