Skip to content

Commit beb1312

Browse files
committed
fix deploy filename
1 parent 61ae51e commit beb1312

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ deploy:
3636
provider: releases
3737
api_key: $GITHUB_TOKEN
3838
file:
39-
- "adafruit_circuitpython_tsl2561.mpy"
39+
- "adafruit_tsl2561.mpy"
4040
skip_cleanup: true
4141
on:
4242
tags: true

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ API Reference
5050
:maxdepth: 2
5151

5252
api
53+

0 commit comments

Comments
 (0)