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 Jun 27, 2018
1 parent ce14e72 commit c88cbed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: = 0
conditions: v1

language: python
python:
Expand Down Expand Up @@ -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

0 comments on commit c88cbed

Please sign in to comment.