8000 pypi uploads only on Python 2.7 success · robic/python-scrapinghub@7a8195c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a8195c

Browse files
committed
pypi uploads only on Python 2.7 success
1 parent 460fa19 commit 7a8195c

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
@@ -13,6 +13,7 @@ deploy:
1313
on:
1414
tags: true
1515
repo: scrapinghub/python-scrapinghub
16+
condition: "$TOXENV = py27"
1617
user 8C96 :
1718
secure: YNW0BX45v3mVQ5SHAtcZ1ss6In0f6omWVaZT2gS1IFg+/25c9y2Tn3i022NRkc8ObZrO+AO5D7ZQcn+koFCVVVAL+YNTQQNefPjAbrLIIO8qXLBacbMGOZ+MA4XHOB+l1bs+hIDkiRcCyFIU3eHA4Q5rSTM2LIkHaMp7i6vedIQ=
1819
password:

scrapinghub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__all__ = ["APIError", "Connection"]
14-
__version__ = '1.4.0'
14+
__version__ = '1.4.1'
1515

1616
logger = logging.getLogger('scrapinghub')
1717

0 commit comments

Comments
 (0)
0