Skip to content

Commit 5602ec7

Browse files
authored
Change build command to create source distribution
1 parent e50b11f commit 5602ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/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 build
2929
3030
- name: Build package
31-
run: python -m build
31+
run: python -m build --sdist
3232

3333
- name: Check package with twine (informational)
3434
run: |

0 commit comments

Comments
 (0)