Skip to content

Commit ea3a7fb

Browse files
committed
--sdist option
1 parent 9652fc9 commit ea3a7fb

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
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Build package
3434
run: |
35-
python -m build
35+
python -m build --sdist
3636
3737
- name: Publish package distributions to PyPI
3838
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)