Skip to content

Commit 1f2ab68

Browse files
committed
Change: Delete github release deployment and add bintray deployment
1 parent 8c8fd8c commit 1f2ab68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ deploy:
3333
password: "${PYPI_PASSWORD}"
3434
on:
3535
tags: true
36-
- provider: releases
37-
api_key: $GITHUB_OAUTH_TOKEN
36+
- provider: bintray
37+
file: "bintray.json"
38+
user: "coord-e"
39+
key: $BINTRAY_API_KEY
3840
skip_cleanup: true
39-
file_glob: true
40-
file: 'src/build/dist/*'
4141
on:
4242
tags: true

0 commit comments

Comments
 (0)