8000 Add minimum version for twine · adrianmoisey/github3.py@b5ef769 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5ef769

Browse files
committed
Add minimum version for twine
v1.4.0 should be released soon and should enable this workflow
1 parent f4e2a2d commit b5ef769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commands = flake8 {posargs} github3/ tests/unit/ tests/integration/
2828

2929
[testenv:release]
3030
deps =
31-
twine
31+
twine >= 1.4.0
3232
commands =
3333
python setup.py sdist
3434
pip wheel --wheel-dir dist/

0 commit comments

Comments
 (0)
0