From af1546ee1b5b1ac66e2e7a93deed748b52797770 Mon Sep 17 00:00:00 2001 From: "Linlang Lv (iSoftStone Information)" Date: Thu, 18 Apr 2024 17:20:43 +0800 Subject: [PATCH] add upload test --- .github/workflows/test_upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_upload.yml b/.github/workflows/test_upload.yml index 19783d3db..9cdcd51a8 100644 --- a/.github/workflows/test_upload.yml +++ b/.github/workflows/test_upload.yml @@ -56,7 +56,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }} run: | - twine upload dist/* + twine upload --repository-url https://test.pypi.org/legacy/ dist/* deploy_with_manylinux: runs-on: ubuntu-latest @@ -82,4 +82,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }} run: | - twine upload dist/pyqlib-*-manylinux*.whl \ No newline at end of file + twine upload --repository-url https://test.pypi.org/legacy/ dist/pyqlib-*-manylinux*.whl \ No newline at end of file