Skip to content

Commit cb8c84c

Browse files
committed
Updated build step
1 parent 6461d26 commit cb8c84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install -e .
2222
- name: Build package
2323
run: |
24-
python -m build
24+
python -m build --sdist --wheel
2525
python -m twine check dist/*
2626
- name: Upload package to TestPyPI
2727
run: |

0 commit comments

Comments
 (0)