We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b64634 commit 078be5dCopy full SHA for 078be5d
2 files changed
.travis.yml
@@ -34,13 +34,12 @@ deploy:
34
skip_cleanup: true
35
on:
36
condition: "$BUILD_TYPE = python"
37
- all_branches: true
+ tags: true
38
- provider: bintray
39
file: "bintray.json"
40
user: "coord-e"
41
key: $BINTRAY_API_KEY
42
43
- dry_run: true
44
45
condition: "$BUILD_TYPE = deb"
46
ci/scripts/pypi_deploy.sh
@@ -21,7 +21,7 @@ sudo apt-get install -y python3-setuptools python3-pip
21
sudo pip3 install twine
22
23
function upload_pypi() {
24
- twine upload --repository-url https://test.pypi.org/legacy/ -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} $@
+ twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} $@
25
}
26
27
${BUILDER_SDIST:-false} && upload_pypi dist/*.tar.gz
0 commit comments