X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=modules%2Flibjuju%2FMakefile;h=bd59a974b0650ecb7b8ccf754a823626f15b0324;hp=2e59306203f5c38abc65a4521aa53bf8c94e33fa;hb=refs%2Fheads%2Fnetslice;hpb=68858c1915122c2dbc8999a5cd3229694abf5f3a diff --git a/modules/libjuju/Makefile b/modules/libjuju/Makefile index 2e59306..bd59a97 100644 --- a/modules/libjuju/Makefile +++ b/modules/libjuju/Makefile @@ -1,5 +1,5 @@ -BIN := .tox/py35/bin -PY := $(BIN)/python3.5 +BIN := .tox/py3/bin +PY := $(BIN)/python PIP := $(BIN)/pip SCHEMAGEN := $(shell which schemagen) VERSION=$(shell cat VERSION) @@ -29,10 +29,10 @@ docs: .tox cd docs/_build/ && zip -r docs.zip * release: - git remote | xargs -L1 git fetch --tags + git fetch --tags $(PY) setup.py sdist upload git tag ${VERSION} - git remote | xargs -L1 git push --tags + git push --tags upload: release