Skip to content

Commit dd83362

Browse files
committed
publish source distribution to pypi
1 parent eaa2566 commit dd83362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python -m pip install --upgrade pip
3131
pip install build
3232
- name: Build package
33-
run: python -m build --wheel
33+
run: python -m build
3434
- name: Publish package
3535
uses: pypa/gh-action-pypi-publish@release/v1
3636
with:

0 commit comments

Comments
 (0)