From d5417dc8be8a412b7bf487b09ad3997ad92f859b Mon Sep 17 00:00:00 2001 From: Jay Chung Date: Thu, 16 Mar 2023 16:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9BCorrect=20default=20upload=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close: #130 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32837f2..fc07c4c 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: The inputs have been normalized to use kebab-case. Use `repository-url` instead. required: false - default: https://pypi.org/legacy/ + default: https://upload.pypi.org/legacy/ packages-dir: # Canonical alias for `packages_dir` description: The target directory for distribution required: false