From ca2e4410abd5cd5bf93c6b0d9a5c0232526599ab Mon Sep 17 00:00:00 2001 From: Jeff Knupp Date: Wed, 16 Jul 2014 11:24:35 -0400 Subject: [PATCH] Change to add wheel support --- update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_version.sh b/update_version.sh index c9e11bb..66e2bba 100755 --- a/update_version.sh +++ b/update_version.sh @@ -6,5 +6,5 @@ make docs cd docs && make html && cd .. git commit docs sandman/__init__.py -m "Update to version v$1" git flow release finish v$1 -python setup.py sdist upload -r pypi +python setup.py sdist bdist_wheel upload -r pypi python setup.py upload_docs -r pypi