Skip to content

Commit 47758d7

Browse files
authored
Only publish sdist
1 parent e054aa3 commit 47758d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install build
3333
- name: Build package
34-
run: python -m build
34+
run: |
35+
python -m build
36+
rm dist/*.whl
3537
- name: Publish package
3638
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3739
with:

0 commit comments

Comments
 (0)