Skip to content

Commit 369e0db

Browse files
committed
Add build step
1 parent 326e10f commit 369e0db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
pip install -r tests/test_requirements.txt
2727
pip install .
2828
pytest
29+
- name: Build package
30+
run: |
31+
python setup.py sdist bdist_wheel
2932
# See https://docs.pypi.org/trusted-publishers/using-a-publisher/
3033
- name: Publish package distributions to PyPI
3134
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)