Skip to content

Commit 7c87477

Browse files
committed
Also package sdist
Signed-off-by: Nicolas Bock <[email protected]>
1 parent 0ccb286 commit 7c87477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ deps =
3232
wheel
3333
twine
3434
commands =
35-
python setup.py sdist bdist_wheel --dist-dir {envdir}/dist
35+
python setup.py sdist --dist-dir {envdir}/dist
36+
python setup.py bdist_wheel --dist-dir {envdir}/dist
3637
twine check --strict {envdir}/dist/*

0 commit comments

Comments
 (0)