From a39507ba48a5b7329027cfc5693fb9d3282808c7 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 16 Apr 2025 05:29:56 +0000 Subject: [PATCH] init --- tasks/pypi/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pypi/task.yaml b/tasks/pypi/task.yaml index 48ea50b..88a1e61 100644 --- a/tasks/pypi/task.yaml +++ b/tasks/pypi/task.yaml @@ -40,7 +40,7 @@ spec: echo "[INFO] Uploading artifacts to $HOSTED_URL" twine upload \ --repository-url "$HOSTED_URL" \ - "$(params.build-artifact-path)"/* + "$(params.build-artifact-path)/*" echo "[INFO] ✅ Upload to PyPI complete"