From 239c7a93d649a9dea171102406014a7d5113cf95 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 30 Oct 2020 22:30:20 +0200 Subject: Fix travis warning ``` jobs.include.deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup) ``` Signed-off-by: Ivan Kanakarakis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e036c5fb..4e33fa1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ jobs: - provider: pypi distributions: sdist bdist_wheel server: "https://test.pypi.org/legacy/" - skip_cleanup: true + cleanup: false username: "__token__" password: "$PYPI_PRE_RELEASE_TOKEN" on: -- cgit v1.2.1