Skip to content

Commit 48dc6e2

Browse files
committed
_Github_actions
1 parent cd3813e commit 48dc6e2

File tree

9 files changed

+3
-1
lines changed

9 files changed

+3
-1
lines changed

.github/workflows/release_gh.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
upload-url: ${{ github.event.release.upload_url }}
20+
package-prefix: color_picker

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Introduction
1818
.. image:: https://static.pepy.tech/personalized-badge/circuitpython-color-picker?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Pypi%20Downloads
1919
:alt: Total PyPI downloads
2020
:target: https://pepy.tech/project/circuitpython-color-picker
21-
21+
2222
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
2323
:target: https://github.com/psf/black
2424
:alt: Code Style: Black

docs/_static/favicon.ico

100644100755
File mode changed.

docs/color_picker.png

100644100755
File mode changed.

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"storage",
3535
"adafruit_display_text",
3636
"displayio",
37+
"adafruit_displayio_layout",
3738
]
3839

3940

examples/wheel100.bmp

100644100755
File mode changed.

examples/wheel150.bmp

100644100755
File mode changed.

examples/wheel200.bmp

100644100755
File mode changed.

examples/wheel50.bmp

100644100755
File mode changed.

0 commit comments

Comments
 (0)