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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ To update a release of a Python package, you'll typically go through the followi
88
88
89
89
5. Tag the commit with the version number:
90
90
```shell
91
-
git tag -a v0.1.1 -m "Release version 0.1.1"
91
+
git tag -a v0.1.3 -m "Release version 0.1.3"
92
92
git push --tags
93
93
```
94
94
@@ -99,7 +99,7 @@ Run the build module from the root of the project where the `pyproject.toml` fil
99
99
This command will generate distribution files in the newly created `dist/` directory within your project. You will find both a source archive (`.tar.gz`) and a wheel file (`.whl`).
0 commit comments