There was an error while loading. Please reload this page.
1 parent bd8dbf5 commit 8e7a4f7Copy full SHA for 8e7a4f7
1 file changed
.github/workflows/build.yaml
@@ -54,6 +54,6 @@ jobs:
54
- name: Install dependencies
55
run: pip install build
56
- name: Build
57
- run: python -m build --sdist .
+ run: python -m build --sdist --wheel .
58
- name: Publish package distributions to PyPI
59
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments