Skip to content

Commit a351a83

Browse files
authored
updating travis with new api_key format [skip-ci]
1 parent 159be78 commit a351a83

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)