Skip to content

Commit 50505f4

Browse files
committed
Merge pull request #147 from szabadka/master
Configure automatic deployment of github releases from Travis.
2 parents d25c102 + 070dacb commit 50505f4

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.travis.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ after_success:
1818
before_deploy:
1919
- export WHEELS=$(ls ./dist/*.whl)
2020

21-
# use `travis setup releases` to create a Github OAuth token
22-
# http://docs.travis-ci.com/user/deployment/releases/
23-
24-
# deploy:
25-
# provider: releases
26-
# api_key: <encrypted Github OAuth token>
27-
# file:
28-
# - "${WHEELS}"
29-
# skip_cleanup: true
30-
# on:
31-
# repo: google/brotli
32-
# tags: true
21+
deploy:
22+
provider: releases
23+
api_key:
24+
secure: YcCBi6W/w4dtKCa59Wfm8L5lGWvK7KxaFNDr3yh1Hz5aStXXf758pEMHGewnlbfbwuj5a3SjBb1nLp1M69OQJfxm442uXBaBKo52PM9PPbD7NjvbNIso73pqcSODXQXKuZxDFpEhfuDTVq3hUkUqiwhChWhrFucJsSL51i7qSss=
25+
file:
26+
- "${WHEELS}"
27+
skip_cleanup: true
28+
on:
29+
repo: google/brotli
30+
tags: true

0 commit comments

Comments
 (0)