Skip to content

Commit

Permalink
Fix indentation for the distributions key.
Browse files Browse the repository at this point in the history
After some searching, it turns out that the `distributions` key was put within the `on` key (which makes no sense) so that any changes to it would not be detected, since the value of `distributions` was defaulting to just "sdist". Thanks to this guy: JonathonReinhart/scuba#71 (comment)
  • Loading branch information
aodj committed Jun 7, 2017
1 parent cac7eff commit 731bdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ deploy:
user: aodj
password:
secure: sDOElGxcgWSkAFAEu3EAusZLhqUenOm7IcAeIas7xlof9jOKdbE5bO4oBsYkfbpryklpShUkOc+NXoqZ5Bxi2ZNruRGYaFCEif5wlUj2wEAgc9pCSL/QTb/IjoQDGym3l1yDUKm5pq6dvsXffxr/RrPu4/xrDMUM+FCmTDjs5UNoRhEULt8u5DigBo5UPl1tH4Hmp6TRzhlfaRw3Qld4iFZPpacp9lcI3WQmxKrL3grPxSq25pGkhOMVl05lT+MSt+i0gcbuOwhpyyAO8+kTU+EdCp9oAuVGkhf5ZFODdoc2NduTCXXv2xkzXJAs3yF8locfmzETC4Nd6EYvFpOvEhYfRRI2cnSaYzn69XY2UDi0RTGEa3jsDuqPFTbrpKRfiBRPElEAYheacLckiFYp82I94dENNNOy9yxupPGwn4qIKAS0taA4F6hDKVJ0F53ShPKliZRmmhxEnKhd04hiKv/Y+R+u9mwpB1iwxcDkEV0Hd3tRsrj2LCP1l/9kKgIlK5CvPUW8CvJwQJKHzICCfV8E/ybH9h5nBbfrHFWajzUj5NIdogZjyI4Da0ObKScNWCIt2YJ8kBPKISfxYIr3NIwb0VmK+bCDHXaalSr1wTj9cVV+JaMa375724qOc8yYdSrVsn0qSk4jH+UeGwj6cVouYZTKdNrvcBR4hRLEbME=
distributions: "sdist bdist_wheel"
on:
distributions: "sdist bdist_wheel"
repo: multiplechoice/scrapy-sqs-exporter
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open('requirements.txt') as requirements:
setup(
name='scrapy-sqs-exporter',
version='1.0.2',
version='1.0.3',
py_modules=['sqsfeedexport'],
install_requires=requirements.read().splitlines(),
url='https://github.com/multiplechoice/scrapy-sqs-exporter',
Expand Down

0 comments on commit 731bdc1

Please sign in to comment.