Skip to content

Commit df7f781

Browse files
Update python-publish.yml
1 parent 0555560 commit df7f781

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
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
# NOTE: put your own distribution build steps here.
3232
python -m pip install build
33-
python -m build
33+
python -m build --sdist
3434
3535
- name: Upload distributions
3636
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)