Skip to content

Commit e9c5707

Browse files
authored
Updates distribution value with quotes
According to the TravisCI docs, adding the quotes to the distributions value is how we can prescribe multiple sources to upload to Pypi. By default it will only do a source distribution sdist.
1 parent ddfa9b5 commit e9c5707

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
@@ -40,5 +40,5 @@ deploy:
4040
secure: amY+WgU7S4RD/8S4rDz6/Gso1bucyqWWdCfG5RXHxD1mBcOIBjfiVmDkbiOxODany3KS5Hmo3mvXjOlpgmhuxw2iWdG1o059pMh8PH7I2WwHTliUSGwIshFIUmAivrh1mq9qUsHfsGpPow3AaxFB7G/FnrAQjedTTGYfN5ZnI/k=
4141
on:
4242
tags: true
43-
distributions: sdist bdist_wheel
43+
distributions: "sdist bdist_wheel"
4444
repo: zapier/django-rest-hooks

0 commit comments

Comments
 (0)