fix tarballs target for release

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
fenn-cs 2021-09-17 11:07:58 +01:00
parent d26101c825
commit f6a96ae397

View File

@ -258,7 +258,8 @@ commands=
pyinstaller -y --clean pyinstaller.spec
[testenv:tarballs]
basepython = python3
deps =
commands =
python setup.py update_version
python setup.py sdist --formats=bztar,gztar,zip bdist_wheel
python setup.py sdist --formats=bztar,gztar,zip bdist_wheel --universal