From c8a6bdec7d4ded5a869cd87e8702028d5907a984 Mon Sep 17 00:00:00 2001 From: rhilfers Date: Wed, 27 Jan 2021 10:23:43 -0800 Subject: [PATCH] revert dplv2 changes to deployment section. dplv2 is still in beta --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b988b83..f945e08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,10 @@ before_deploy: - make set_version deploy: provider: pypi - username: $PYPI_USERNAME + user: $PYPI_USERNAME password: $PYPI_PASSWORD distributions: "sdist bdist_wheel" - cleanup: false + skip_cleanup: true on: branch: master tags: true