release two things: wheels, and a .tar.gz source dist

This commit is contained in:
meejah 2021-10-20 16:10:23 -06:00
parent ffb20d3bbf
commit 027df09828
2 changed files with 2 additions and 4 deletions

View File

@ -120,10 +120,8 @@ they will need to evaluate which contributors' signatures they trust.
- when satisfied, sign the tarballs:
- gpg --pinentry=loopback --armor --detach-sign dist/tahoe_lafs-1.15.0rc0-py2-none-any.whl
- gpg --pinentry=loopback --armor --detach-sign dist/tahoe_lafs-1.15.0rc0.tar.bz2
- gpg --pinentry=loopback --armor --detach-sign dist/tahoe_lafs-1.15.0rc0-py2.py3-none-any.whl
- gpg --pinentry=loopback --armor --detach-sign dist/tahoe_lafs-1.15.0rc0.tar.gz
- gpg --pinentry=loopback --armor --detach-sign dist/tahoe_lafs-1.15.0rc0.zip
Privileged Contributor

View File

@ -264,4 +264,4 @@ basepython = python3
deps =
commands =
python setup.py update_version
python setup.py sdist --formats=bztar,gztar,zip bdist_wheel --universal
python setup.py sdist --formats=gztar bdist_wheel --universal