Skip to content

Commit 9c8f96b

Browse files
authored
Merge pull request #45 from punch-mission/fix-auto-release
Update python-publish.yml
2 parents 73048d2 + 1ed36d0 commit 9c8f96b

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
34+
run: python -m build -s
3535
- name: Publish package
3636
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3737
with:

0 commit comments

Comments
 (0)