Skip to content

Commit efa8fe7

Browse files
committed
PyPI setup.
1 parent fe3f2b0 commit efa8fe7

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: Xg6kq5qZYWkWA33cH8IheUjJmnn1A3sZu8U7H/H8kmLEtVUAAldJyrOuDQDjNFjX5qXFvctTgBIHS+wly42cIo1J2/+ecOtMezSsIhEkRidEoOToJrpOvEgM8iBaVRMLI0XB103Gd2EtolEuO5Zyg6wG5LhHvldYmQPe5Ybz7obua9zTW3Eo5QRRu4FwqMrcP6wP09rZX3k0Fls06zcIQRh+dZSJfm08VlFDpzuDIyl9zj4iMWB5dJJ+7O05ZnVwalk4LLaZLWCrvEsIK9PMtoNVgOOK091rYdZV3X0v2wnFV39wfI8zM+7OB5148LSkZvn4hc5ysNwKRdsqIZZd43ck/6fn2bExQ1YzMS8WGq1irUKb7adCDI5u2r+MFQt1SFdi+AniG2S07j4NB4jLXtzFszz2bBNnSz+NaC25/N6wUTC03x6pSzWRttfU6T9FEx/jZKwg1Pj1pdbjsKMyOcEsQ0PgGrA1ibOM54p7atfT7aFneM7zlQbVi6t6Q50nn1ZI5jvIny4pQpMrQLiAwttP9pTogdF2uZo8pl5Ag0BYFhU2V6BJgCHbQruaZcCBKUo32egHtEgb1HL0jvEASlFvnGpQ2drvT0eolIyccMLH7M2yzYtvV3IfJivU7Ild0+TETBoUI3V4S1qcoruunuhCMH7sXC60U+ANuf030NQ=
3530
on:
3631
tags: true
3732
condition: $DEPLOY_PYPI = "true"

0 commit comments

Comments
 (0)