Commit 4c7ee26f authored by Jason R. Coombs's avatar Jason R. Coombs

Ignore doc building during release; rely on separate dpl step.

parent 9aa3b8e0
...@@ -9,7 +9,7 @@ tag_date = 1 ...@@ -9,7 +9,7 @@ tag_date = 1
[aliases] [aliases]
clean_egg_info = egg_info -RDb '' clean_egg_info = egg_info -RDb ''
release = clean_egg_info build_sphinx sdist bdist_wheel upload_docs release = clean_egg_info sdist bdist_wheel
source = register sdist binary source = register sdist binary
binary = bdist_egg upload --show-response binary = bdist_egg upload --show-response
test = pytest test = pytest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment