Skip to content

Commit 131cd3b

Browse files
authored
Merge pull request #3 from brentru/deploy
Add PyPi
2 parents d7c426e + f9a405b commit 131cd3b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
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: as3x42ABUNswdux+2R9vryaCJFd3/L/YojxaKXV1gcLyqn6HXMC/s/GqIXM+heF5QrNmvKT8WWOejYCdK4mZy+FHicIgM4Frws0MQ4oQQ9ETtw2WvTTC9xHpOFhGvqShzPRcKfzImuDgh7yA2qh32yIxjrUc3/kC3hZWYaQsTjIIapiO2X/wBsQJIWLQZNGOg32GNYGTrkXR0+5yR3wWCrojlBfTUmWRMbe1M8nDxqcnBKIioO8qrrMCCUDjovR3NBGpiDbAXp4go+fQZyCgrcSoRpTIXNXPN+BEW9iP+2ElbqP23Ibd2xNhfdOapkbZ9MSG2jBOmrmFlevQStYPnEFWmwYzBjGfbNfU0Vooc6W+dqAVIUblyyxzKqNYHGBF0aKFryb/tucJVvmCv4V4uxMFyggHwycX9BrskLZkzxFKoOfLGFnAClo8WpSmZwYaagvDLek7vQbgSb9rEYDJiq6kq/S5bAQfPJ9P5T+wxllTW4ofkQaJmGpuBlAYa+ln1Q/0VGYorEmoV+826SwM1u1r7rtKEH9108ixxBty3i40q08FzmewJBmJr+t0soCPPMXK5d8Kz2pLLmKPrgdCCg9gjBBkbjYXIzAT/e/uG/UhccvzwFvDuDQ7Wkwoy9bANyHOz79noKKA6xGaw3CWb0RBVx6DqVRe/TO6sgVRSZ4=
3530
on:
3631
tags: true
3732
condition: $DEPLOY_PYPI = "true"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636
install_requires=[
3737
'Adafruit-Blinka',
38-
'ESP32SPI'
38+
'adafruit-circuitpython-esp32spi',
39+
'adafruit-circuitpython-simpleio'
3940
],
4041

4142
# Choose your license

0 commit comments

Comments
 (0)