Skip to content

Commit 743bd27

Browse files
committed
reverted Travis settings; preparing for 0.8.0 release
1 parent 78abcc9 commit 743bd27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
before_deploy: &before_deploy_releases
4242
- git config --local user.name "ntamas"
4343
- git config --local user.email "[email protected]"
44-
- export TRAVIS_TAG=0.8.0
45-
- git tag $TRAVIS_TAG
44+
# - export TRAVIS_TAG=0.8.0
45+
# - git tag $TRAVIS_TAG
4646
deploy: &deploy_releases
4747
provider: releases
4848
token:
@@ -57,6 +57,7 @@ jobs:
5757
cleanup: false
5858
on:
5959
repo: igraph/python-igraph
60+
tags: true
6061

6162
- stage: wheels
6263
os: osx

0 commit comments

Comments
 (0)