From 72f052df607ba8d74cf1d8e7914642f22aae81e0 Mon Sep 17 00:00:00 2001 From: JesusTorrado Date: Wed, 11 Oct 2023 14:33:40 +0200 Subject: [PATCH] travis: fix (?) setup.py issue for deployment --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e1cc24fe..408cb6118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -137,7 +137,10 @@ after_success: - bash <(curl -s https://codecov.io/bash) ############################################################################### -deploy: # only if it builds and if the commit has been tagged +# DEPLOYMENT to PyPI (only if it builds and if the commit has been tagged) +before_deploy: + - echo > setup.py +deploy: provider: pypi username: JesusTorrado password: