Skip to content

Commit 6a9bf19

Browse files
authored
Update python-publish.yml
1 parent b531533 commit 6a9bf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install build
3333
- name: Build package
34-
run: python -m build --long-description
34+
run: python -m build
3535
- name: Publish distribution 📦 to Test PyPI
3636
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:

0 commit comments

Comments
 (0)