Skip to content

Commit e549be2

Browse files
authored
Merge pull request #77 from adafruit/render_readme
Added a step that renders the readme
2 parents f2f3dcf + 031ce24 commit e549be2

File tree

1 file changed

+6
-0
lines changed
  • {{ cookiecutter.library_name }}/.github/workflows

1 file changed

+6
-0
lines changed

{{ cookiecutter.library_name }}/.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,9 @@ jobs:
5959
- name: Build docs
6060
working-directory: docs
6161
run: sphinx-build -E -W -b html . _build/html
62+
- name: Build Python package
63+
run: |
64+
pip install --upgrade setuptools wheel twine readme_renderer testresources
65+
python setup.py sdist
66+
python setup.py bdist_wheel --universal
67+
twine check dist/*

0 commit comments

Comments
 (0)