Skip to content

Commit

Permalink
Simplify arguments to twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Jul 22, 2016
1 parent 7b71193 commit 746a154
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 @@ -48,7 +48,7 @@ deps =
wheel
commands =
python setup.py sdist bdist_wheel
twine upload --skip-existing dist/*.whl dist/*.tar.gz
twine upload --skip-existing dist/*

[pytest]
addopts = -q
Expand Down

0 comments on commit 746a154

Please sign in to comment.