Skip to content

Commit

Permalink
Do not clean artifacts for poetry deploy provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
asandeep committed Feb 25, 2020
1 parent 7de730c commit d09f3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- poetry build
deploy:
- provider: script
skip_cleanup: true
script: poetry publish
on:
tags: true
Expand Down

0 comments on commit d09f3b6

Please sign in to comment.