-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
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:
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
