From ea969b1cde825feb2fbd77980cebf519d0f57240 Mon Sep 17 00:00:00 2001 From: zhihaosui Date: Wed, 7 Dec 2022 09:29:14 +0800 Subject: [PATCH] waiting twine: command not found #115 issue to be solved(https://github.com/pypa/gh-action-pypi-publish/issues/115) --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 1a906a3..a4a5864 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -63,7 +63,7 @@ jobs: with: password: ${{ secrets.PYPI_TOKEN}} # repository_url: https://test.pypi.org/legacy/ - # repository_url: https://upload.pypi.org/legacy/ + repository_url: https://upload.pypi.org/legacy/ skip_existing: true