File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,13 @@ after_success:
1818before_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
You can’t perform that action at this time.
0 commit comments