Skip to content

Commit 078be5d

Browse files
committed
Revert "Change: Test deployment"
This reverts commit fcbe786.
1 parent 1b64634 commit 078be5d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ deploy:
3434
skip_cleanup: true
3535
on:
3636
condition: "$BUILD_TYPE = python"
37-
all_branches: true
37+
tags: true
3838
- provider: bintray
3939
file: "bintray.json"
4040
user: "coord-e"
4141
key: $BINTRAY_API_KEY
4242
skip_cleanup: true
43-
dry_run: true
4443
on:
4544
condition: "$BUILD_TYPE = deb"
46-
all_branches: true
45+
tags: true

ci/scripts/pypi_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sudo apt-get install -y python3-setuptools python3-pip
2121
sudo pip3 install twine
2222

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

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

0 commit comments

Comments
 (0)