Skip to content

Commit

Permalink
[deploy] refs skycoin#131 Update upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Jul 16, 2019
1 parent b09c533 commit 57b2a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/upload_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ "$URL_DEPLOY" ]]; then

else

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

Expand Down

0 comments on commit 57b2a45

Please sign in to comment.