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"