You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/project_publishing.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ exercises: 15
25
25
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.
26
26
27
27
We need to install the following tools i.e. `build` and `twine`
28
-
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.
29
29
## Create your build
30
30
31
31
`build`:A tool to read the `pyproject.toml` file and build the package files
@@ -138,25 +138,29 @@ View at:
138
138
https://test.pypi.org/project/po-greet-me/0.1.1/
139
139
```
140
140
141
-
That's it! After the upload is successful, your package will be available on TestPyPI. E.g. : https://test.pypi.org/project/po-greet-me/0.1.1/
142
-
141
+
That's it! After the upload is successful, your package will be available on TestPyPI. E.g. : https://test.pypi.org/project/po-greet-me/0.1.1/
0 commit comments