From 4078c7fd88b9494af10f33253ee93160c03155b7 Mon Sep 17 00:00:00 2001 From: Scott Florentino Date: Sun, 14 Dec 2025 21:42:30 -0800 Subject: [PATCH] saving work --- docs/core/getting_started.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/core/getting_started.md b/docs/core/getting_started.md index 6c00b0089..1ff771711 100644 --- a/docs/core/getting_started.md +++ b/docs/core/getting_started.md @@ -205,11 +205,14 @@ uipath run main '{\"message\":\"test\"}' /// +### Debugging and Evaluating within Studio Web +TODO + ### Packaging and Publishing Before packaging your project, add your details to the `pyproject.toml` file. Add the following line below the `description` field: ```toml -authors = [{ name = "Your Name", email = "your.email@uipath.com" }] +authors = [{ name = "Your Name", email = "your.email@example.com" }] ``` Then, package your project: