From d61a9787ad6dc8955b430c98660758ade108723c Mon Sep 17 00:00:00 2001 From: Eusebiu Petu Date: Wed, 14 Nov 2018 16:09:28 +0200 Subject: [PATCH] Added aci repository to makefile release target --- Makefile | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b83dfef9..952a8842 100644 --- a/Makefile +++ b/Makefile @@ -79,8 +79,8 @@ release: clean python setup.py bdist_wheel upload dist: clean - python setup.py sdist - python setup.py bdist_wheel + python setup.py sdist -r http://aci-docker-reg.cisco.com/artifactory/api/pypi/atom-pypi + python setup.py bdist_wheel -r http://aci-docker-reg.cisco.com/artifactory/api/pypi/atom-pypi ls -l dist install: clean diff --git a/setup.py b/setup.py index f85522d9..4cc65fcc 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='imcsdk', - version='0.9.5', + version='0.9.6-atom', description="python SDK for Cisco UCS IMC", long_description=readme + '\n\n' + history, author="Cisco Systems",