Merge pull request #1145 from meejah/3735.tarballs

3735: only release .tar.gz and wheels
This commit is contained in:
meejah 2021-10-21 11:18:16 -06:00 committed by GitHub
commit 1e53570930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 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

@ -0,0 +1 @@
Tahoe-LAFS releases now have just a .tar.gz source release and a (universal) wheel

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