Skip to content

Commit e69db6d

Browse files
authored
Merge pull request #6 from kattni/pypi-deploy
Deploying to PyPI.
2 parents 53a845c + 21d7475 commit e69db6d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ python:
1111
cache:
1212
pip: true
1313

14-
# TODO: if deployment to PyPi is desired, change 'DEPLOY_PYPI' to "true",
15-
# or remove the env block entirely and remove the condition in the
16-
# deploy block.
1714
env:
18-
- DEPLOY_PYPI="false"
15+
- DEPLOY_PYPI="true"
1916

2017
deploy:
2118
- provider: releases
@@ -26,12 +23,10 @@ deploy:
2623
overwrite: true
2724
on:
2825
tags: true
29-
# TODO: Use 'travis encrypt --com -r adafruit/<repo slug>' to generate
30-
# the encrypted password for adafruit-travis. Paste result below.
3126
- provider: pypi
3227
user: adafruit-travis
3328
password:
34-
secure: #-- PASTE ENCRYPTED PASSWORD HERE --#
29+
secure: H9gelvURBti6uNVU4tLVZwkkUG4QGESTATcy2zzM82aa7LYPFera/SGy+jXixzKz1pC1ujVmN5aL0iKQZw5cuffJxp0AbOEap/HpD9mlmxAT5bjRP7U+ItcXwZEZOySTX+I2xPo9idiTSqVA9dS4HDSBvyxP9rwZ7QsfciKThHX0fNNzIFZlIo313etW0MAqRTjtwjaE5+6VDMnaoj2hgopCg5V75qE90mF90VCsbR4q4Im5/VevXRiDxpJE3QRjZSifpXYY9TbQJr9Qy7X4qWmKiI6+ubsCGODNIdswkpPsmeNOqGIfJZ2DISgeq50rY0wSxEIZzUHJXMie1IYaWkOwMVh0zI0viWvHEOVgThpT/40Y118iMzeDUlm3B4fk1VN2MLWzVomxdioVBzzcvDXSSlZw62TaADJSL3HZsu/+2o2KqA9o0ZgRs8b/akXNJ6u2TGvPWLnZHfDA4jirJHW0Ojsgt7svwhsij2hBHh5WkVkoL+XLhcR92ZQdnvnd8E7jtG27zTCG+GkIN40svuNY5YRgoUhFLrxkeediFlhi2kK24UeEBg6Z5PFlCTwjU7mcZ2Se2G2VAOZWLVaVeZcbizi6D0XaIKXqe/EidMOiK+Ce5AkmvuJLYaEMIxquu0BcrqE/FBQrTEIWGjv4Dmy8UGZGLRSlYk1pP72cCjM=
3530
on:
3631
tags: true
3732
condition: $DEPLOY_PYPI = "true"

0 commit comments

Comments
 (0)