Skip to content

Commit e7d5231

Browse files
Update 5_project_publishing.md
1 parent ab87e0c commit e7d5231

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

episodes/5_project_publishing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ requests = ">=2.32.5,<3"
199199
build = ">=1.3.0,<2"
200200
twine = ">=6.2.0,<7"
201201
greet_me1 = { path = ".", editable = true } # Changed
202+
203+
[tool.pixi.tasks]
204+
start = "python -c 'from greet_me1 import happy; print(happy.greet_happy())'" # Changed
202205
```
203206
- Rebuild and upload the package.
204207

0 commit comments

Comments
 (0)