diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6977a9..5abe58d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/* diff --git a/README.rst b/README.rst index 275c551..b5e9437 100644 --- a/README.rst +++ b/README.rst @@ -41,6 +41,7 @@ Usage Example while True: pass + Contributing ============