toch geen verbose :)

This commit is contained in:
2021-03-23 13:23:00 +01:00
parent d8886090f6
commit 7e6cfab28e

View File

@@ -28,4 +28,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: | run: |
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
twine upload --verbose --repository testpypi dist/* twine upload --repository testpypi dist/*