diff --git a/.travis.yml b/.travis.yml index 58b87b01..c8ef5043 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ version: = 0 +conditions: v1 language: python python: @@ -90,3 +91,17 @@ jobs: env: TRAVIS_PYTHON_VERSION: "pypy3.5-5.10.1" python: "pypy3.5-5.10.1" + + + # This placeholder can be extended to do actual upload of a dist to + # PYPI, it will only appear if the current commit is tagged: + - stage: Deploy to PYPI (placeholder) + if: tag IS present + install: [] + script: [] + deploy: + provider: pypi + skip-cleanup: true + user: PLACEHOLDER + password: + secure: PLACEHOLDER