Skip to content

Commit

Permalink
Merge pull request #34 from adafruit/readme-fix
Browse files Browse the repository at this point in the history
Should fix readme rendering for pypi
  • Loading branch information
evaherrada authored Jul 10, 2020
2 parents d8f0c8b + 5c31223 commit e23dfde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ jobs:
- name: Build docs
working-directory: docs
run: sphinx-build -E -W -b html . _build/html
- name: Build Python package
run: |
pip install --upgrade setuptools wheel twine readme_renderer testresources
python setup.py sdist
python setup.py bdist_wheel --universal
twine check dist/*
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Usage Example
while True:
pass
Contributing
============

Expand Down

0 comments on commit e23dfde

Please sign in to comment.