We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 072e3e1 + bb5b498 commit 6ddf7f4Copy full SHA for 6ddf7f4
.travis.yml
@@ -6,7 +6,7 @@ python:
6
cache:
7
pip: true
8
deploy:
9
- provider: releases
+- provider: releases
10
api_key: "$GITHUB_TOKEN"
11
file_glob: true
12
file: "$TRAVIS_BUILD_DIR/bundles/*"
requirements.txt
@@ -1,3 +1,3 @@
1
Adafruit-Blinka
2
-adafruit-micropython-register
3
-adafruit-micropython-busdevice
+adafruit-circuitpython-register
+adafruit-circuitpython-busdevice
0 commit comments