We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8f0c8b + 5c31223 commit e23dfdeCopy full SHA for e23dfde
.github/workflows/build.yml
@@ -55,3 +55,9 @@ jobs:
55
- name: Build docs
56
working-directory: docs
57
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
@@ -41,6 +41,7 @@ Usage Example
41
while True:
42
pass
43
44
+
45
Contributing
46
============
47
0 commit comments