Skip to content

Commit

Permalink
Revert "chore(SemanticRelease): revert to v7 with support for pypi up…
Browse files Browse the repository at this point in the history
…laod"

This reverts commit 0f2fc9a.
  • Loading branch information
lemoustachiste committed Mar 7, 2024
1 parent 897de72 commit c701a12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ python:
install: pip install tox-travis
script: tox
after_success:
- pip install python-semantic-release==7.34.6
- pip install python-semantic-release
- 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 publish
- semantic-release version && semantic-release publish
after_script:
- nvm install 16
- sh prepare-vc-compliance-tests-config.sh
Expand Down

0 comments on commit c701a12

Please sign in to comment.