You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue with Adafruit_CircuitPython_ICM20649 : adafruit/Adafruit_CircuitPython_ICM20X#1
An issue with the parsing of the README.rst was preventing it from getting uploaded to PyPi. The symptom was a failing "Release Actions" -> "upload-pypi" job with this error:
The included URL pointed me to docs that lead me to the 'readme_parser' module that PyPi users. I was able to test with:
It seems like this step conflicts with the release.yml in that it checks for a file named setup.py to determine if it should upload to PyPI, but without setup.py here it fails build.yml.
Uh oh!
There was an error while loading. Please reload this page.
I ran into an issue with Adafruit_CircuitPython_ICM20649 :
adafruit/Adafruit_CircuitPython_ICM20X#1
An issue with the parsing of the
README.rst
was preventing it from getting uploaded to PyPi. The symptom was a failing "Release Actions" -> "upload-pypi" job with this error:The included URL pointed me to docs that lead me to the 'readme_parser' module that PyPi users. I was able to test with:
The text was updated successfully, but these errors were encountered: