Skip to content

Commit bef39c4

Browse files
committed
Travis fix setting version in setup.cfg
1 parent b8a83ea commit bef39c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
stage: deploy
4949
if: tag IS present
5050
before_install:
51-
- sed -e "s/version = 0.0.0/version = $TRAVIS_VERSION/" -i setup.cfg
52-
- cat setup.cfg
51+
- sed -e "s/version = 0.0.0/version = $TRAVIS_TAG/" -i setup.cfg
5352
before_script:
5453
- pip3 install --upgrade build
5554
script:

0 commit comments

Comments
 (0)