From 27db5e520f0d07f219070cdbc8b8c1d29c13c7d8 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 19 Oct 2019 13:03:57 -0700 Subject: [PATCH] =?UTF-8?q?=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 00c56e99..80c433fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,13 @@ script: before_deploy: - pip install poetry - poetry config http-basic.pypi $PYPI_USER $PYPI_PASS + - poetry version $TRAVIS_TAG - poetry build deploy: provider: script script: poetry publish skip_cleanup: true + draft: true on: branch: master tags: true