Skip to content

Commit e5fe191

Browse files
committed
docs: release
Slightly improve release docs.
1 parent e28e772 commit e5fe191

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If the plain2code client crashes unexpectedly, it sends an anonymous crash repor
8383

8484
Releases are built and published with [uv](https://docs.astral.sh/uv/). The version is read from `_version.py`.
8585

86-
1. Bump the version in `_version.py` and commit/tag (`git tag v<version>`).
86+
1. Bump the version in `_version.py`, commit it and create new tag (`git tag v<version>`).
8787
2. Build the distributions:
8888
```bash
8989
uv build --python 3.11
@@ -102,7 +102,7 @@ Releases are built and published with [uv](https://docs.astral.sh/uv/). The vers
102102
uv publish dist/codeplain-<version>*
103103
```
104104
Authenticate with `UV_PUBLISH_TOKEN=pypi-...` (recommended), `--token pypi-...`, or `--username __token__ --password pypi-...`.
105-
6. Push the tag: `git push origin v<version>`.
105+
6. Push the `main` branch (with version commit) and push the tag: `git push origin v<version>`.
106106

107107
## Additional Resources
108108

0 commit comments

Comments
 (0)