Skip to content

Commit 7f2e6b1

Browse files
committed
3.1.0
Remove sdist in the workflow.
1 parent 2da03ce commit 7f2e6b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
TWINE_USERNAME: __token__
4040
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
4141
run: |
42-
python setup.py sdist bdist_wheel
42+
python setup.py bdist_wheel
4343
twine upload dist/*

0 commit comments

Comments
 (0)