Skip to content

Commit

Permalink
Fix typo in travis-ci yaml file
Browse files Browse the repository at this point in the history
The distributions key was in the wrong sections, it should be under
deploy:

  https://docs.travis-ci.com/user/deployment/pypi/#Uploading-different-distributions

Signed-off-by: Paul Belanger <[email protected]>
  • Loading branch information
pabelanger committed May 7, 2018
1 parent 06109f3 commit c9385d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ deploy:
user: vmalloc
password:
secure: m3sHHSCl+dhOKz1tT3kWGyLdLX7qUZvCxvnH2OadJZJ8ziG2X319IkqUZWolG6hSO7j4mFb9kK7PxFk81nClLUJpUrgQ4Uamui2qdgFOZBaUH5QVS8ZGvZ85/Faa3YBO4BqyMVY9SG8uNSCWvFFMY61rHBA0rOtS+ZtRyvCy2SQ=
distributions: sdist bdist_wheel
on:
tags: true
distributions: sdist bdist_wheel
repo: Infinidat/munch

0 comments on commit c9385d2

Please sign in to comment.