Skip to content

Commit baf8a2c

Browse files
Update project_publishing.md
1 parent fa75d58 commit baf8a2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

episodes/project_publishing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ exercises: 15
2525
Once we have created our project, defined all the necessary metadata in the toml file, its time to publish our project. Let see the tools and steps we need to acheive this.
2626

2727
We need to install the following tools i.e. `build` and `twine`
28-
Before proceeding with the steps mentioned below, kidnly rename or delete the `pixi.toml` file as we will mainly focus on `pyproject.toml` for the steps mentioned below. You can also try the build with `pixi.toml` at a later point in time by deleting or renaming the `pyproject.toml` file.
28+
29+
_Before proceeding with the steps mentioned below, kindly rename or delete the `pixi.toml` file as we will mainly focus on `pyproject.toml` for the steps mentioned below. You can also try the build with `pixi.toml` at a later point in time by deleting or renaming the `pyproject.toml` file._
30+
2931
## Create your build
3032

3133
`build` :A tool to read the `pyproject.toml` file and build the package files

0 commit comments

Comments
 (0)