Skip to content

Commit 66c1a7e

Browse files
committed
3.1.0
Remove the duplicated build in the workflow.
1 parent 7f2e6b1 commit 66c1a7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)