Skip to content

Commit 8e7a4f7

Browse files
committed
Build Python wheel when deploying to PyPI
1 parent bd8dbf5 commit 8e7a4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: Install dependencies
5555
run: pip install build
5656
- name: Build
57-
run: python -m build --sdist .
57+
run: python -m build --sdist --wheel .
5858
- name: Publish package distributions to PyPI
5959
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)