Skip to content

Commit 98ef7a4

Browse files
authored
Updates travis config file for deploy settings
Per the travis pypi deployment documents, the distributions setting needs to be moved out of the on: options group in into the deploy options group. This change corrects that misplaced setting to allow travis-ci builds know to upload both sdist and bdist_wheel artifacts to pypi.
1 parent 33c11e9 commit 98ef7a4

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
@@ -38,7 +38,7 @@ deploy:
3838
user: bryanhelmig
3939
password:
4040
secure: amY+WgU7S4RD/8S4rDz6/Gso1bucyqWWdCfG5RXHxD1mBcOIBjfiVmDkbiOxODany3KS5Hmo3mvXjOlpgmhuxw2iWdG1o059pMh8PH7I2WwHTliUSGwIshFIUmAivrh1mq9qUsHfsGpPow3AaxFB7G/FnrAQjedTTGYfN5ZnI/k=
41+
distributions: "sdist bdist_wheel"
4142
on:
4243
tags: true
43-
distributions: "sdist bdist_wheel"
4444
repo: zapier/django-rest-hooks

0 commit comments

Comments
 (0)