From 6c0deeea661a1a2e86a00f3b7a657d84122e51b6 Mon Sep 17 00:00:00 2001 From: Damien Garros Date: Mon, 18 May 2020 20:41:07 -0400 Subject: [PATCH] publish and build at the same time --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8cabec1..3f6dd66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,11 +28,9 @@ script: # -------------------------------------------------------------------------- # Deploy # -------------------------------------------------------------------------- -before_deploy: -- poetry build deploy: provider: script - script: poetry publish -u __token__ -p $PYPI_TOKEN + script: poetry publish --build -u __token__ -p $PYPI_TOKEN on: tags: true branch: master