Skip to content

Commit

Permalink
Change to add wheel support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffknupp committed Jul 16, 2014
1 parent 56fec40 commit ca2e441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca2e441

Please sign in to comment.