Skip to content

Commit

Permalink
Do not cleanup repo before uploading dists to GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Sep 19, 2018
1 parent fcec6f3 commit 96dbc1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ script:

after_success:
- python -m codecov
- python setup.py sdist bdist_wheel

deploy:
- provider: pypi
Expand All @@ -170,6 +171,7 @@ deploy:
branch: master
python: 3.6
- provider: releases
skip_cleanup: true
api_key:
secure: "QHn7vzWo7rbgemP37qdNU4h+q7Xb2CQ7HxPFfa7yTsxFd8V4+sQLVrnaQtzYTM8dJWvRgi8PVHVGl2VGnQAiRM4Nd/NE/3HL9aHQIfWRtZ6XHfNVQ55bxJzLfZZy2M+32b8W268ELj3ty4C3Mo7TuOTv4svQoRDrLzGozJCpu+w="
file_glob: true
Expand Down

0 comments on commit 96dbc1d

Please sign in to comment.