Skip to content

Commit 494a1ab

Browse files
committed
Rename to build python package and install without --user
1 parent c697686 commit 494a1ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ jobs:
5555
- name: Build docs
5656
working-directory: docs
5757
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

Comments
 (0)