Skip to content

Commit 55819c1

Browse files
Auto -y
1 parent 3cf0f63 commit 55819c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2727
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2828
run: |
29-
pip uninstall wheel
29+
pip uninstall -y wheel
3030
python setup.py sdist bdist_wheel
3131
twine upload dist/*

0 commit comments

Comments
 (0)