Skip to content

Commit 3f60e0d

Browse files
committed
enabled PyPi and added credentials
1 parent 22e9a6a commit 3f60e0d

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: "RGd6FbutKk+acsPu+jO2AijllpJZgBWOobygdG73CxNIAqKLbIzcozkV4CvBbs5YUy2vJZ6PXaygV26YmhzeXpdEpBBN9KwFWrEX+CIZqUlUqzLn13UJ6jP4IJi13B8YtpZ6xHM1TWAR7NJ5kYe1AZAUd1+lpSFH200rXMjdD7lvxcyB+Z0+tk6VV7Uu/ebNQ8e/iS7aCnaEgiiwKuKI3r/DSKhA1wHWmvtCiAHp5vOFDdL7ZfGhTQdsc3GsXyZwZK8dniP/V6zoLUgy0qFnrAyaMDwEAxVLeUtdITIMCKx7VWNB7BOWYVyKKLUQ+kbv+RAOhkgs7MypXnta1P8KCXraK9ZOtL0kPZkH5YSkpvIbcULame9wNlfiLu8n+4PrO3Bz8Rp1FJ6WwywXr/XHEu5TfCA+4uIkTzfLoxX+kDZUggD6Q61KL7uJH8y2X1vTVoAyGhAhTLVak1fqnkpgSPHo564mSXYmNHqsDF/gW8dyBJ603tokuGDmfyJdvy7VM9T3Jz+HBZtYT+NaUHZlF8ub15A1MWFlwraZWIj9ftSLolrm2+YaARMeamEF/GZKgzLvWMcCejTACI/WgCX3tIRF86MeVwIXgjm6c5bJ4lp0j0ttfv2SMFFkMC90qpZhfuoztkK4NNonHKSTlMLyARnvpSX/uSTwoCNePIaHxAE="
3530
on:
3631
tags: true
3732
condition: $DEPLOY_PYPI = "true"

0 commit comments

Comments
 (0)