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.
2 parents f2f3dcf + 031ce24 commit e549be2Copy full SHA for e549be2
{{ cookiecutter.library_name }}/.github/workflows/build.yml
@@ -59,3 +59,9 @@ jobs:
59
- name: Build docs
60
working-directory: docs
61
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