Skip to content

Commit 2c30c16

Browse files
committed
Remove verbose flag
1 parent f250fc9 commit 2c30c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISHER_TOKEN }}
7474
run: |
7575
uv run python -m build --sdist
76-
uv run twine upload -r pypi dist/* --verbose
76+
uv run twine upload -r pypi dist/*

0 commit comments

Comments
 (0)