We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c697686 commit 4ef74d7Copy full SHA for 4ef74d7
.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/*
0 commit comments