Skip to content

Commit b97d51a

Browse files
authored
cfg: source-only distribution
1 parent f50b419 commit b97d51a

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
@@ -35,7 +35,7 @@ jobs:
3535
python -m pip install --upgrade pip
3636
pip install build
3737
- name: Build package
38-
run: python -m build
38+
run: python -m build --sdist
3939
- name: Publish package
4040
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
4141
with:

0 commit comments

Comments
 (0)