We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b531533 commit 6a9bf19Copy full SHA for 6a9bf19
.github/workflows/python-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
python -m pip install --upgrade pip
32
pip install build
33
- name: Build package
34
- run: python -m build --long-description
+ run: python -m build
35
- name: Publish distribution 📦 to Test PyPI
36
uses: pypa/gh-action-pypi-publish@release/v1
37
with:
0 commit comments