File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ script:
1212 - cd ../
1313 - if [ "$TRAVIS_BRANCH" = "master" ]; then python setup.py sdist; fi
1414 - if [ "$TRAVIS_BRANCH" = "master" ]; then python -m twine upload --username $pypiusername --password $pypipassword dist/*; fi
15- # before_deploy:
16- # - git tag $TAGNAME
17- # deploy:
18- # provider: releases
19- # api_key:
20- # secure : $github_access_token
21- # file_glob: true
22- # file: docs/build/latex/*.pdf
23- # skip_cleanup : true
24- # on:
25- # repo: riscv/riscv-config
26- # branch: master
27- # tags: false
15+ before_deploy :
16+ - git tag $TAGNAME
17+ deploy :
18+ provider : releases
19+ edge : true
20+ api_key : $github_access_token
21+ file_glob : true
22+ file : docs/build/latex/*.pdf
23+ cleanup : true
24+ on :
25+ repo : riscv/riscv-config
26+ branch : master
27+ tags : false
You can’t perform that action at this time.
0 commit comments