Skip to content

Commit 6dcfdfb

Browse files
Update python-publish.yml
1 parent 9b83e9a commit 6dcfdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install build
3030
- name: Build package
31-
run: python -m build
31+
run: python -m build --sdist
3232
- name: Publish package
3333
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3434
with:

0 commit comments

Comments
 (0)