Skip to content

Commit 0bf6e50

Browse files
committed
build only source distribution
1 parent 4028c00 commit 0bf6e50

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
@@ -20,7 +20,7 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install build --user
2222
- name: Build binary wheel and a source tarball
23-
run: python -m build
23+
run: python -m build --sdist
2424
- name: Store the distribution packages
2525
uses: actions/upload-artifact@v3
2626
with:

0 commit comments

Comments
 (0)