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"