From 19f6e75ecf46e390a39c74378a7f1d53a86741c0 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 28 Jan 2020 14:24:04 -0300 Subject: [PATCH 1/2] publish PyPI on tarball test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c42624..c4ddc01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,4 +91,4 @@ deploy: repo: pyoceans/python-oceans tags: true all_branches: master - condition: '$TRAVIS_JOB_NAME == "docs"' + condition: '$TRAVIS_JOB_NAME == "tarball"' From 0d7909f5d724a48ed92fcf99e007a8fc2a4cde95 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 28 Jan 2020 14:38:13 -0300 Subject: [PATCH 2/2] fix doctr command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4ddc01..62d526d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ script: pushd docs make clean html linkcheck popd - python -m doctr deploy --key-path github_deploy_key.enc --built-docs docs/build/html . + python -m doctr deploy . --key-path github_deploy_key.enc --built-docs docs/build/html/ fi doctr: