Skip to content

Commit

Permalink
Include build artifacts in GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 25, 2018
1 parent c378ea9 commit 4bc4dd6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ after_success:
- codecov
- export CHANGELOG=$(gitchangelog $(git describe --abbrev=0 --tags HEAD^)..HEAD)
deploy:
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
body: $CHANGELOG
skip_cleanup: true
on:
tags: true
python: '3.6'
- provider: pypi
distributions: sdist bdist_wheel
user: $TWINE_USERNAME
password: $TWINE_PASSWORD
on:
tags: true
python: '3.6'
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: dist/*
body: $CHANGELOG
skip_cleanup: true
on:
tags: true
python: '3.6'

0 comments on commit 4bc4dd6

Please sign in to comment.