Skip to content

Commit e23dfde

Browse files
authored
Merge pull request #34 from adafruit/readme-fix
Should fix readme rendering for pypi
2 parents d8f0c8b + 5c31223 commit e23dfde

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ jobs:
5555
- name: Build docs
5656
working-directory: docs
5757
run: sphinx-build -E -W -b html . _build/html
58+
- name: Build Python package
59+
run: |
60+
pip install --upgrade setuptools wheel twine readme_renderer testresources
61+
python setup.py sdist
62+
python setup.py bdist_wheel --universal
63+
twine check dist/*

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Usage Example
4141
while True:
4242
pass
4343
44+
4445
Contributing
4546
============
4647

0 commit comments

Comments
 (0)