No description
Find a file
Jeff Epler c831d46153 images: don't update based on pushes to master
This causes build failures, because these are usually the "automated
update by adabot", and when the workflow runs the new release has
been created but the metadata is not yet available.

Instead, rely on the cron coming a few hours after adabot so that
the metadata is created & ready.

Typical failure:
```
Requesting redirect information: https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest
Tag: '20210531'
New version available 20210531.
get bundle metadata from https://adafruit-circuit-python.s3.amazonaws.com/bundles/adafruit/adafruit-circuitpython-bundle-20210531.json
    from get_imports import (
  File "/home/runner/work/Adafruit_CircuitPython_Bundle/Adafruit_CircuitPython_Bundle/CircuitPython_Library_Screenshot_Maker/get_imports.py", line 107, in <module>
    bundle_data = json.load(f)
  File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/json/__init__.py", line 293, in load
    return loads(fp.read(),
  File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
```
2021-05-31 10:18:59 -05:00
.github images: don't update based on pushes to master 2021-05-31 10:18:59 -05:00
docs Added dash display 2021-05-26 16:40:56 -04:00
libraries Automated update by Adabot (adafruit/adabot@8da89ce) 2021-05-31 05:39:11 +00:00
update_scripts Switch to CircuitPython and add badges to the README. 2017-01-06 11:27:28 -08:00
.gitignore Add workflow to build folder images for examples 2021-05-27 09:00:44 -05:00
.gitmodules Added dash display 2021-05-26 16:40:56 -04:00
.pre-commit-config.yaml Hardcoded Black and REUSE versions 2021-02-10 16:34:52 -05:00
.readthedocs.yml add .readthedocs.yml 2019-02-13 19:04:37 -06:00
circuitpython_library_list.md Automated update by Adabot (adafruit/adabot@8da89ce) 2021-05-27 05:30:10 +00:00
CODE_OF_CONDUCT.md update code of coduct: discord moderation contact section 2020-03-15 18:33:35 -05:00
LICENSE Initial commit 2016-10-28 10:56:38 -07:00
README.rst Fixed discord invite link 2020-07-08 16:49:04 -04:00
README.txt Switch to CircuitPython and add badges to the README. 2017-01-06 11:27:28 -08:00
requirements.txt add Sphinx and sphinx-rtd-theme to requirements.txt 2019-02-13 19:18:31 -06:00
update-submodules.sh Tweak updater to work without origin remote 2019-09-06 10:02:23 -07:00

See here for more info: https://github.com/adafruit/Adafruit_CircuitPython_Bundle
See VERSIONS.txt for version info.