Skip to content

Commit e75b1d2

Browse files
author
Tomas Pflanzer
committed
fix: build wheel only (sdist lacks dashboard/dist)
1 parent 7dfebfb commit e75b1d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pip install build
5959
- name: Build package
6060
if: steps.check.outputs.exists == 'false'
61-
run: python -m build
61+
run: python -m build --wheel
6262
- name: Publish to PyPI
6363
if: steps.check.outputs.exists == 'false'
6464
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)