We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d8924 commit 5ad8c2dCopy full SHA for 5ad8c2d
.github/workflows/publish.yml
@@ -33,6 +33,6 @@ jobs:
33
echo $TWINE_USERNAME
34
echo $TWINE_PASSWORD
35
python setup.py sdist bdist_wheel
36
- twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
+ twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose
37
twine check dist/*
38
- twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
+ twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose
0 commit comments