Skip to content

Commit 1b41a6d

Browse files
committed
Remove source distribution
1 parent 9ad1ef7 commit 1b41a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Dependencies
2222
run: pip install wheel build
2323
- name: Build Distribution packages
24-
run: python setup.py sdist bdist_wheel
24+
run: python setup.py bdist_wheel
2525
- name: Publish a Python distribution to PyPI
2626
uses: pypa/gh-action-pypi-publish@release/v1
2727
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)