summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8a3bf67..5f1d1b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,8 +24,7 @@ commands =
skip_install = True
deps =
pep517>=0.5
- # workaround for https://github.com/pypa/twine/issues/423
- git+https://github.com/pypa/twine
+ twine>=1.13
path.py
commands =
python -c "import path; path.Path('dist').rmtree_p()"