Skip to content

Commit 239c7a9

Browse files
committed
Fix travis warning
``` jobs.include.deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup) ``` Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 7aeaa27 commit 239c7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- provider: pypi
6969
distributions: sdist bdist_wheel
7070
server: "https://test.pypi.org/legacy/"
71-
skip_cleanup: true
71+
cleanup: false
7272
username: "__token__"
7373
password: "$PYPI_PRE_RELEASE_TOKEN"
7474
on:

0 commit comments

Comments
 (0)