Skip to content

Commit

Permalink
chore(SemanticRelease): revert to v7 with support for pypi uplaod
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Mar 6, 2024
1 parent f2e4a30 commit 0f2fc9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ python:
install: pip install tox-travis
script: tox
after_success:
- pip install python-semantic-release
- pip install python-semantic-release==7.34.6
- git config user.name botcerts
- git config user.email botcerts@learningmachine.com
- git branch
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git checkout master; fi' # trigger semantic release only on merge build
- semantic-release version && semantic-release publish
- semantic-release publish
after_script:
- nvm install 16
- sh prepare-vc-compliance-tests-config.sh
Expand Down

0 comments on commit 0f2fc9a

Please sign in to comment.