Skip to content

Add a readme_renderer check to build.yml #61

@siddacious

Description

@siddacious

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:

image

The included URL pointed me to docs that lead me to the 'readme_parser' module that PyPi users. I was able to test with:

pip install --user --upgrade setuptools wheel twine readme_renderer
python setup.py sdist
python setup.py bdist_wheel --universal
twine check dist/*

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions