Skip to content

Commit 33cb7c1

Browse files
author
brentru
committed
add travis deploy key
1 parent 13f333d commit 33cb7c1

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: dZSLnl4rPbhA0wMlnv0ziWKrNJ1ZbyeMYPzUzc9a/ZH52qOrwwTjfrXvnSxicP2lTvs51Dg8l5cZ9PZj38ivXqV4RnRCfZKeuwNNM6d9djgQ4HoU28a+j5A0xM/xXsA1fYZZ1xfr8XKzEf1fhD/Lji37zVPCRjU8Z2u7jiVfJC8l7AiPc/50lNgRLZLOb1YPVOz9hxWet5It0ZjlAo+jDuU3t2lJWE6WiiMrPJWxLArSFOcwPq/n01c37xsKaZYJcmFy4MPqYq3L71Ay0D2JG3GSY79urv0jleDYszyGGHTZ6ON9+I+jRhAQbtsZT8AIrWAMcDv+h4NJjWB0Eq2iwqpV7pciCcIqrClkPNeOiWLoLFi8Tjs3B/0Sbgg/WAgcx6gPRo8hJ8nl/J9b8kxDstA+U37H8maj/aVlggzMud1g3OqPzdwRQK3mO4+iXSbJguaOD0YlLuqVigExs+ErfdSQL0oQMpeddot10rQwC/o9FCUyHgZV9yWQ0UVCbFlK+FkAmVScEhL7leRn/kBQ7c7jwROYIt/zYDOsxquPZe7pARa3GtFFzBtdN3g3Lo33XLNyFR6rE9y/Aklb45zMjEefEHvchMDLmG8ijNxqhk4IiHfLrMwxgdryzApDB+5e6qaiir5IZuhTVoDj5G2EAyI9HzAjVpKMSkNifcxF7Vs=
3530
on:
3631
tags: true
3732
condition: $DEPLOY_PYPI = "true"

0 commit comments

Comments
 (0)