Skip to content

Commit 7cd4eb8

Browse files
committed
enhancement: [tox] check sdist just in case in dists environment
1 parent 2f7137b commit 7cd4eb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ commands =
9595
deps =
9696
{[testenv:sdist]deps}
9797
wheel
98+
twine
9899
commands =
99100
{[testenv:sdist]commands}
100101
python setup.py bdist_wheel
102+
twine check dist/*-*tar.gz
101103

102104
# Depends: ~/.pypirc
103105
[testenv:upload]

0 commit comments

Comments
 (0)