Skip to content

Commit 0917e00

Browse files
authored
Merge pull request adafruit#3 from kattni/pypi
PyPI setup.
2 parents cdf1a74 + d10e2d4 commit 0917e00

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cache:
1515
# or remove the env block entirely and remove the condition in the
1616
# deploy block.
1717
env:
18-
- DEPLOY_PYPI="false"
18+
- DEPLOY_PYPI="true"
1919

2020
deploy:
2121
- provider: releases
@@ -31,7 +31,7 @@ deploy:
3131
- provider: pypi
3232
user: adafruit-travis
3333
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=
3535
on:
3636
tags: true
3737
condition: $DEPLOY_PYPI = "true"

README.rst

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ This is easily achieved by downloading
3030

3131
Installing from PyPI
3232
--------------------
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-
3633
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
3734
PyPI <https://pypi.org/project/adafruit-circuitpython-veml7700/>`_. To install for current user:
3835

0 commit comments

Comments
 (0)