Skip to content

Commit

Permalink
Added aci repository to makefile release target
Browse files Browse the repository at this point in the history
  • Loading branch information
eusebiu-constantin-petu-dbk committed Nov 14, 2018
1 parent 6f70d4b commit d61a978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d61a978

Please sign in to comment.