Skip to content

Commit

Permalink
Added upload_docs and switch to usage of default GPG signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 5, 2015
1 parent 63bbb0b commit ab9b5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rm -rf build dist MANIFEST &> /dev/null
# python setup.py register sdist bdist_wininst upload

#python setup.py register sdist build_sphinx upload upload_sphinx
python setup.py register sdist bdist_wheel upload
python setup.py register sdist bdist_wheel upload_docs upload --sign

git tag -f -a $VERSION -m "Version $VERSION"
git tag -f -a RELEASE -m "Current RELEASE"
Expand Down

0 comments on commit ab9b5ef

Please sign in to comment.