We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe21635 commit 5f9c34eCopy full SHA for 5f9c34e
.github/workflows/release.yml
@@ -27,6 +27,6 @@ jobs:
27
pip install .
28
- name: Build package
29
run: |
30
- python -m build
+ python -m build --sdist
31
- name: Publish package distributions to PyPI
32
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments