From 36cdbb21a6a05e70811e1d3c25873d5bf6e22986 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 16 Apr 2025 05:34:15 +0000 Subject: [PATCH] init --- tasks/pypi/task.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/pypi/task.yaml b/tasks/pypi/task.yaml index 88a1e61..4d9cd24 100644 --- a/tasks/pypi/task.yaml +++ b/tasks/pypi/task.yaml @@ -38,9 +38,7 @@ spec: pip install poetry tomli twine --root-user-action=ignore echo "[INFO] Uploading artifacts to $HOSTED_URL" - twine upload \ - --repository-url "$HOSTED_URL" \ - "$(params.build-artifact-path)/*" + twine upload --repository-url "$HOSTED_URL" $(params.build-artifact-path)/* echo "[INFO] ✅ Upload to PyPI complete"