Skip to content

Commit

Permalink
Add verbose flag to maybe find more information. Ref jaraco/skeleton#26.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 16, 2020
1 parent c74c8a2 commit dc1ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ setenv =
commands =
python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build .
python -m twine upload dist/*
python -m twine upload --verbose dist/*
python -m jaraco.develop.create-github-release

0 comments on commit dc1ee60

Please sign in to comment.