Skip to content

Commit 5f9c34e

Browse files
authored
Update release.yml
1 parent fe21635 commit 5f9c34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
pip install .
2828
- name: Build package
2929
run: |
30-
python -m build
30+
python -m build --sdist
3131
- name: Publish package distributions to PyPI
3232
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)