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