From dbcac620b62e16f9e4b7a763e1400f2f3a79b285 Mon Sep 17 00:00:00 2001 From: Cory Johns Date: Thu, 29 Jun 2017 15:43:26 -0400 Subject: [PATCH] Docs are build automatically by RTD, so remove from `make release` --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2418d1b..2e59306 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,11 @@ docs: .tox $(BIN)/sphinx-build -b html docs/ docs/_build/ cd docs/_build/ && zip -r docs.zip * -release: docs +release: git remote | xargs -L1 git fetch --tags $(PY) setup.py sdist upload git tag ${VERSION} git remote | xargs -L1 git push --tags - @echo "Please manually upload docs/_build/docs.zip via the PyPI website" upload: release -- 2.25.1