Skip to content

Commit 5ad8c2d

Browse files
minor changes
1 parent d0d8924 commit 5ad8c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
echo $TWINE_USERNAME
3434
echo $TWINE_PASSWORD
3535
python setup.py sdist bdist_wheel
36-
twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
36+
twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose
3737
twine check dist/*
38-
twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
38+
twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose

0 commit comments

Comments
 (0)