mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
fix tarballs target for release
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
d26101c825
commit
f6a96ae397
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user