Skip to content

Commit 7f2e6b1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python-publish.yml

+1-1
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)