diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 16:18:46 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 16:18:46 -0400 |
| commit | eae952e4f29f58e39be1a0a28cf5a5793f79e906 (patch) | |
| tree | 5272d345f5ac904fa4688733e531629f1db0db18 | |
| parent | 1cbd2d0255b30c5093721ddd4d330509726b53d5 (diff) | |
| download | python-setuptools-git-eae952e4f29f58e39be1a0a28cf5a5793f79e906.tar.gz | |
Logic in upload_docs will only trigger docs build if no docs dir was specified, so explicitly build during release. Fixes #524.
| -rwxr-xr-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ tag_date = 1 [aliases] clean_egg_info = egg_info -RDb '' -release = clean_egg_info sdist bdist_wheel +release = clean_egg_info sdist bdist_wheel build_sphinx source = register sdist binary binary = bdist_egg upload --show-response test = pytest |
