Skip to content

Commit fcbe786

Browse files
committed
Change: Test deployment
1 parent eefe5cc commit fcbe786

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ deploy:
3333
script: bash ci/scripts/pypi_deploy.sh
3434
skip_cleanup: true
3535
on:
36-
tags: true
36+
all_branches: true
3737
- provider: bintray
3838
file: "bintray.json"
3939
user: "coord-e"
4040
key: $BINTRAY_API_KEY
4141
skip_cleanup: true
42+
dry_run: true
4243
on:
43-
tags: true
44+
all_branches: true

ci/scripts/pypi_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
set -euo pipefail
1818

1919
apt-get install -y twine
20-
twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*.whl dist/*.tar.gz
20+
twine upload --repository-url https://test.pypi.org/legacy/ -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*.whl dist/*.tar.gz

0 commit comments

Comments
 (0)