Skip to content

Commit 62787c3

Browse files
committed
ci: fix build
Change-Id: If07b01c417e119d5756e7d0ac7cb6e401d00dbd6
1 parent 2b173a1 commit 62787c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@ jobs:
2626
run: |
2727
pip install setuptools-scm wheel
2828
29+
- name: Build
30+
run: |
31+
python setup.py sdist bdist_wheel
32+
2933
- name: Publish package distributions to PyPI
3034
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)