Skip to content

Commit

Permalink
Travis fix setting version in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Dec 3, 2021
1 parent b8a83ea commit bef39c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
stage: deploy
if: tag IS present
before_install:
- sed -e "s/version = 0.0.0/version = $TRAVIS_VERSION/" -i setup.cfg
- cat setup.cfg
- sed -e "s/version = 0.0.0/version = $TRAVIS_TAG/" -i setup.cfg
before_script:
- pip3 install --upgrade build
script:
Expand Down

0 comments on commit bef39c4

Please sign in to comment.