We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73048d2 + 1ed36d0 commit 9c8f96bCopy full SHA for 9c8f96b
.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
+ run: python -m build -s
35
- name: Publish package
36
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
with:
0 commit comments