Skip to content

Commit

Permalink
fix publishing to pypi and use universal wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Jul 25, 2014
1 parent 6a9a345 commit eee708f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ notifications:
- irc.freenode.org#scrapy
deploy:
provider: pypi
distributions: bdist_wheel sdist
distributions: sdist bdist_wheel
user: scrapy
password:
secure: UnOnSBV254I8w44LXAwJgY3I1+Jnc+Oq7RlmYSfm6oq9qcWGrtXrPjFh6ZKV7RcrFDwFo4MtqI1E14X3DhPTmkTtDxsadbWESShE5a1SRYwQactRDW8QBQvwT8JEJy02GUAduoOznBQod7CegiccOygrAW1ULj+Fr72YVPN8tfI=
on:
tags: true
all_branches: true
repo: scrapy/queuelib
condition: "$TOXENV == py27"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1

0 comments on commit eee708f

Please sign in to comment.