Skip to content

Commit

Permalink
removed upload_sphinx from release
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 28, 2015
1 parent 5ea3b85 commit 31a8f13
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 @@ -27,7 +27,7 @@ git diff
echo "Please don't run this as a user. This generates a new release for PyPI. Press ^C to exit or Enter to continue."
read

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

#git log --date=short --pretty=format:"%cd %s" > RELEASE
git add RELEASE
Expand Down

0 comments on commit 31a8f13

Please sign in to comment.