chore: Sign uploads to pypi

This commit is contained in:
Kurt Griffiths
2015-02-18 11:53:52 -06:00
parent 36deebab3a
commit 1dd39e25b6

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
#python setup.py bdist_egg upload
python setup.py sdist --formats=gztar,zip upload
python setup.py sdist --formats=gztar,zip upload --sign
# python setup.py bdist_wheel upload