Skip to content

Commit

Permalink
[deploy] refs skycoin#131 Only upload *sky* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Jul 15, 2019
1 parent 6b284b6 commit 33346f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/upload_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -x

if [[ "$URL_DEPLOY" ]]; then

$TWINE_PATH upload -u ${PYPI_USER} -p ${PYPI_PASSWD} --skip-existing --repository-url ${URL_DEPLOY} /io/dist/*
$TWINE_PATH upload -u ${PYPI_USER} -p ${PYPI_PASSWD} --skip-existing --repository-url ${URL_DEPLOY} /io/dist/*sky*

else

$TWINE_PATH upload -u ${PYPI_USER} -p ${PYPI_PASSWD} --skip-existing /io/dist/*
go get github.com/tcnksm/ghr
ghr -t ${GITHUB_OAUTH_TOKEN} -u ${PROJECT_USERNAME} -r ${PROJECT_REPONAME} -c ${SHA1} ${VERSION} /io/dist/
ghr -t ${GITHUB_OAUTH_TOKEN} -u ${PROJECT_USERNAME} -r ${PROJECT_REPONAME} -c ${SHA1} ${VERSION} /io/dist/*sky*

fi
2 changes: 1 addition & 1 deletion lib/skyapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from os import path

NAME = "skyapi"
VERSION = "0.25.1.dev06"
VERSION = "0.25.1.dev07"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 33346f3

Please sign in to comment.