We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e51027b + 2f39d55 commit 934ee34Copy full SHA for 934ee34
.travis.yml
@@ -14,11 +14,11 @@ script: tox
14
15
deploy:
16
provider: pypi
17
+ distributions: sdist bdist_wheel
18
user: scrapinghub
19
password:
20
secure: RBETqFS52ylswbPVF8h7NmkK/bJWnukZw1QgiAIhA5YHwBfWw/U2N6HHHR0sCH6vmm8uWuNZc2nJVmCX0x/fXXLYRAhCYXdXvui+eSYDDB9eAgV7MVA2kF0V4/9jg0x/IYD2p5/YxP2jXa1zDtLt1p450BQu6UPjsCchfiYteyY=
21
on:
22
tags: true
23
condition: $TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$
- distributions: sdist bdist_wheel
24
repo: scrapinghub/scrapyrt
0 commit comments