X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=2e59306203f5c38abc65a4521aa53bf8c94e33fa;hb=dbcac620b62e16f9e4b7a763e1400f2f3a79b285;hp=2418d1bad8d3cb76fec31f586406dbfa7c51e689;hpb=42370b932aff6b38f738f82cbe567a07c9786024;p=osm%2FN2VC.git 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