From c7d3f1f7298d2962642cae4860df2ce7614871fd Mon Sep 17 00:00:00 2001 From: Linlang Date: Wed, 18 Dec 2024 22:02:44 +0800 Subject: [PATCH] fix upload to testpypi error --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f4010a06e..3439e21e0 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -41,7 +41,7 @@ jobs: run: | ls dist twine check dist/*.whl - twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl + twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl --verbose # deploy_with_manylinux: # runs-on: ubuntu-latest