We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adfdd5 commit 548a2c6Copy full SHA for 548a2c6
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: |
27
pip install twine build
28
python -m build
29
- python -m twine upload --verbose -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
+ python -m twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
30
env:
31
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
32
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
0 commit comments