File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 15
15
# or remove the env block entirely and remove the condition in the
16
16
# deploy block.
17
17
env :
18
- - DEPLOY_PYPI="false "
18
+ - DEPLOY_PYPI="true "
19
19
20
20
deploy :
21
21
- provider : releases
@@ -31,7 +31,7 @@ deploy:
31
31
- provider : pypi
32
32
user : adafruit-travis
33
33
password :
34
- secure : # -- PASTE ENCRYPTED PASSWORD HERE --#
34
+ secure : uXYcwWH9Y1ARjFWLOBreLFfkAnrL8hOdoG2A9XCt89epbQwTHBSu3DSc3NVn2A20TKt6/K6aJrPRwO7R9/oWQBYVQTGotSbyE3ip6gh5mixBFQFyn+x1Z1Wosh54NpFlXGcuzTkyf4U9PzGlsbxSb9UoP40o1T+PC0HXSkUliJ6zQdBUlxLvuVeIWXVoxE3FgAZ9dst+4vnnPtVZVsDJsbN/vtCdsGkFa7wKTr6A+P8Hvko/NhALkJwHUBr7ubCRhBumy43uKKn+FGlzKa3lfqHum4gC+QBOBkFj4icqVj2K5vU9hK46CzRZlOr3n5Svy5bwMvJPKgHSLTfbS15bUAaI7fxMTZPAG/QU+A6ufLh46vJtWajBCdGd61ivjBkfPL63q8aCstWE91pR3c8x65W8iCNPt3JAhX1YOlIQ1gHnuOmmsuibLp/s0OduhnNTKdptbo3Xqozc3GuJWE/7SQoHuw8FMftyZR9zyZIKzrOCAw7iCOkIsdQFpgxQEuANXWvuSn74Ypuf5uBEPbrBXHQXYD9t3J+YVeUxUiIHajqMO5wKxYR81Dx5sDiOFJ1WcdKpDC4syVLXE3MCSlw07qnScd0/Izn8pTJ9JpmouxWz6/EJhC/Lj3gvW9icCcmdEv3usXo0qKsyeLJfHDaN3NP17X0G0SakhbDeQtGdO6g=
35
35
on :
36
36
tags : true
37
37
condition : $DEPLOY_PYPI = "true"
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ This is easily achieved by downloading
30
30
31
31
Installing from PyPI
32
32
--------------------
33
- .. note :: This library is not available on PyPI yet. Install documentation is included
34
- as a standard element. Stay tuned for PyPI availability!
35
-
36
33
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
37
34
PyPI <https://pypi.org/project/adafruit-circuitpython-veml7700/> `_. To install for current user:
38
35
You can’t perform that action at this time.
0 commit comments