Skip to content

Commit 548a2c6

Browse files
committed
chore: removed verbose
1 parent 8adfdd5 commit 548a2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: |
2727
pip install twine build
2828
python -m build
29-
python -m twine upload --verbose -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
29+
python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
3030
env:
3131
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
3232
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)