Skip to content

Commit

Permalink
fix(semantic-Release): add changelog, skip pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Jan 17, 2019
1 parent 1dc9263 commit 1615cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
script:
- git config --global user.name "semantic-release (via TravisCI)"
- git config --global user.email "semantic-release@travis"
- semantic-release publish
- semantic-release --post publish
after_script: skip
after_success: skip
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[semantic_release]
version_variable=Project.toml:version
upload_to_pypi=false

0 comments on commit 1615cc4

Please sign in to comment.