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