From 50540203b1da2dbaba3cd7ac6acf42b0d3acf003 Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Sun, 24 May 2020 21:27:09 +0200 Subject: [PATCH] Fix travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f419df..b128518 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,9 @@ script: - make test before_deploy: - poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD - - poetry build deploy: provider: script - script: poetry publish + script: poetry build && poetry publish on: tags: true env: