File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,8 @@ python:
11
11
cache :
12
12
pip : true
13
13
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.
17
14
env :
18
- - DEPLOY_PYPI="false "
15
+ - DEPLOY_PYPI="true "
19
16
20
17
deploy :
21
18
- provider : releases
@@ -26,12 +23,10 @@ deploy:
26
23
overwrite : true
27
24
on :
28
25
tags : true
29
- # TODO: Use 'travis encrypt --com -r adafruit/<repo slug>' to generate
30
- # the encrypted password for adafruit-travis. Paste result below.
31
26
- provider : pypi
32
27
user : adafruit-travis
33
28
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=
35
30
on :
36
31
tags : true
37
32
condition : $DEPLOY_PYPI = "true"
You can’t perform that action at this time.
0 commit comments