File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
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 : 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=
35
30
on :
36
31
tags : true
37
32
condition : $DEPLOY_PYPI = "true"
Original file line number Diff line number Diff line change 35
35
36
36
install_requires = [
37
37
'Adafruit-Blinka' ,
38
- 'ESP32SPI'
38
+ 'adafruit-circuitpython-esp32spi' ,
39
+ 'adafruit-circuitpython-simpleio'
39
40
],
40
41
41
42
# Choose your license
You can’t perform that action at this time.
0 commit comments