From e9c6404e723a7cc0b118f055a42ba462fafe04a9 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 27 Nov 2019 16:20:52 +0100 Subject: [PATCH] Fix PyPI CD --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2f62a4b8..9388a85b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,3 +42,7 @@ jobs: user: __token__ # password: see secret PYPI_PASSWORD variable distributions: sdist bdist_wheel + on: + # Without this we get the note about: + # Skipping a deployment with the pypi provider because this branch is not permitted: + tags: true