Skip to content

Commit

Permalink
Add an after-test PYPI deployment stage
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 2, 2018
1 parent 0cd9344 commit 0d43101
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Expand Up @@ -106,3 +106,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

0 comments on commit 0d43101

Please sign in to comment.