Skip to content

Commit

Permalink
chore(CI): configure semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Aug 25, 2022
1 parent 323601a commit 9fe0781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ python:
- "3.6"
install: pip install tox-travis
script: tox
after_success:
- pip install python-semantic-release
- semantic-release publish
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[semantic_release] version_variable = cert_issuer/__init__.py:__version__

0 comments on commit 9fe0781

Please sign in to comment.