File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,10 @@ Then, run ``tox``.
293293 Release
294294^^^^^^^
295295
296- Create and push a tag to GitHub, then creating a Release on GitHub will publish new version to PyPI.
297-
296+ 1. Update version `x.x.x ` in `pyproject.toml `.
297+ 2. Create a PR with `release-x.x.x ` branch. Request and merge the PR.
298+ 3. Create and push a tag `x.x.x ` on `release-x.x.x ` merge commit.
299+ 4. Create a Release on GitHub will publish new version to PyPI.
298300
299301Manual release
300302~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " td-client"
7- version = " 1.2.2.dev0 "
7+ version = " 1.3.0 "
88description = " Treasure Data API library for Python"
99readme = {file = " README.rst" , content-type = " text/x-rst; charset=UTF-8" }
1010requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments