Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 3139a87

Browse files
authored
Merge pull request #134 from bblfsh/double_uploads
Double uploads
2 parents 3a85939 + d508d6d commit 3139a87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ install:
1818
- python3 setup.py --getdeps --log
1919
- pip3 install . --upgrade
2020
- if [[ -z "$TRAVIS_TAG" ]]; then exit 0; fi
21+
- if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then exit 0; fi # disable double uploads to pypi
2122
- echo "[distutils]" > .pypirc
2223
- echo "index-servers = " >> .pypirc
2324
- echo " pypi" >> .pypirc

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages, Extension
1313
from setuptools.command.build_ext import build_ext
1414

15-
VERSION = "2.12.5"
15+
VERSION = "2.12.6"
1616
LIBUAST_VERSION = "v1.9.5"
1717
SDK_VERSION = "v1.16.1"
1818
SDK_MAJOR = SDK_VERSION.split('.')[0]

0 commit comments

Comments
 (0)