Skip to content

Commit 934ee34

Browse files
authored
Merge pull request #59 from redapple/travis-distributions
Travis CI: move "distributions" one level up
2 parents e51027b + 2f39d55 commit 934ee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ script: tox
1414

1515
deploy:
1616
provider: pypi
17+
distributions: sdist bdist_wheel
1718
user: scrapinghub
1819
password:
1920
secure: RBETqFS52ylswbPVF8h7NmkK/bJWnukZw1QgiAIhA5YHwBfWw/U2N6HHHR0sCH6vmm8uWuNZc2nJVmCX0x/fXXLYRAhCYXdXvui+eSYDDB9eAgV7MVA2kF0V4/9jg0x/IYD2p5/YxP2jXa1zDtLt1p450BQu6UPjsCchfiYteyY=
2021
on:
2122
tags: true
2223
condition: $TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$
23-
distributions: sdist bdist_wheel
2424
repo: scrapinghub/scrapyrt

0 commit comments

Comments
 (0)