Skip to content

Commit

Permalink
chore: Sign uploads to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Griffiths committed Feb 18, 2015
1 parent 36deeba commit 1dd39e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
@@ -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

0 comments on commit 1dd39e2

Please sign in to comment.