Skip to content

Commit

Permalink
Revert "Change: Test deployment"
Browse files Browse the repository at this point in the history
This reverts commit fcbe786.
  • Loading branch information
coord-e committed Feb 9, 2019
1 parent 1b64634 commit 078be5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ deploy:
skip_cleanup: true
on:
condition: "$BUILD_TYPE = python"
all_branches: true
tags: true
- provider: bintray
file: "bintray.json"
user: "coord-e"
key: $BINTRAY_API_KEY
skip_cleanup: true
dry_run: true
on:
condition: "$BUILD_TYPE = deb"
all_branches: true
tags: true
2 changes: 1 addition & 1 deletion ci/scripts/pypi_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo apt-get install -y python3-setuptools python3-pip
sudo pip3 install twine

function upload_pypi() {
twine upload --repository-url https://test.pypi.org/legacy/ -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} $@
twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} $@
}

${BUILDER_SDIST:-false} && upload_pypi dist/*.tar.gz
Expand Down

0 comments on commit 078be5d

Please sign in to comment.